Snapshot class
An snapshot object.
Constructors
Properties
- coverImage ↔ SnapshotImage?
-
The cover image of this snapshot.
getter/setter pair
- description ↔ String?
-
The description of this snapshot.
getter/setter pair
- driveId ↔ String?
-
The ID of the file underlying this snapshot in the Drive API.
getter/setter pair
- durationMillis ↔ String?
-
The duration associated with this snapshot, in millis.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the snapshot.
getter/setter pair
- kind ↔ String?
-
Uniquely identifies the type of this resource.
getter/setter pair
- lastModifiedMillis ↔ String?
-
The timestamp (in millis since Unix epoch) of the last modification to
this snapshot.
getter/setter pair
- progressValue ↔ String?
-
The progress value (64-bit integer set by developer) associated with this
snapshot.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
The title of this snapshot.
getter/setter pair
- type ↔ String?
-
The type of this snapshot.
Possible string values are:
getter/setter pair
- uniqueName ↔ String?
-
The unique name provided when the snapshot was created.
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