EventAttachment class

Constructors

EventAttachment({String? fileId, String? fileUrl, String? iconLink, String? mimeType, String? title})
EventAttachment.fromJson(Map json_)

Properties

fileId String?
ID of the attached file.
getter/setter pair
fileUrl String?
URL link to the attachment. For adding Google Drive file attachments use the same format as in alternateLink property of the Files resource in the Drive API. Required when adding an attachment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
URL link to the attachment's icon.
getter/setter pair
mimeType String?
Internet media type (MIME type) of the attachment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Attachment title.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited