Attachment class
Attachment added to student assignment work.
When creating attachments, setting the form
field is not supported.
Constructors
- Attachment({DriveFile? driveFile, Form? form, Link? link, YouTubeVideo? youTubeVideo})
- Attachment.fromJson(Map json_)
Properties
- driveFile ↔ DriveFile?
-
Google Drive file attachment.
getter/setter pair
- form ↔ Form?
-
Google Forms attachment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- link ↔ Link?
-
Link attachment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- youTubeVideo ↔ YouTubeVideo?
-
Youtube video attachment.
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