Create class

An object was created.

Constructors

Create({Copy? copy, New? new_, Upload? upload})
Create.fromJson(Map json_)

Properties

copy Copy?
If present, indicates the object was created by copying an existing Drive object.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
new_ New?
If present, indicates the object was newly created (e.g. as a blank document), not derived from a Drive object or external object.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upload Upload?
If present, indicates the object originated externally and was uploaded to Drive.
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