FileLabels class
A group of labels for the file.
Constructors
- FileLabels({bool? modified, bool? restricted, bool? starred, bool? trashed, bool? viewed})
- FileLabels.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
Deprecated.
getter/setter pair
- modified ↔ bool?
-
Whether the file has been modified by this user.
getter/setter pair
- restricted ↔ bool?
-
Deprecated: Use
copyRequiresWriterPermission
instead.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- starred ↔ bool?
-
Whether this file is starred by the user.
getter/setter pair
- trashed ↔ bool?
-
Whether this file has been trashed.
getter/setter pair
- viewed ↔ bool?
-
Whether this file has been viewed by this user.
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