GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints class
UI display hints for rendering an option.
Constructors
- GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints({GoogleAppsDriveLabelsV2BadgeColors? badgeColors, String? badgePriority, GoogleAppsDriveLabelsV2BadgeColors? darkBadgeColors, bool? disabled, bool? shownInApply})
- GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints.fromJson(Map json_)
Properties
- badgeColors ↔ GoogleAppsDriveLabelsV2BadgeColors?
-
The colors to use for the badge.
getter/setter pair
- badgePriority ↔ String?
-
The priority of this badge.
getter/setter pair
- darkBadgeColors ↔ GoogleAppsDriveLabelsV2BadgeColors?
-
The dark-mode color to use for the badge.
getter/setter pair
- disabled ↔ bool?
-
Whether the option should be shown in the UI as disabled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
This option should be hidden in the search menu when searching for Drive
items.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shownInApply ↔ bool?
-
This option should be shown in the apply menu when applying values to a
Drive item.
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