LabelDescriptor class
A description of a label.
Constructors
- LabelDescriptor()
- LabelDescriptor.fromJson(Map _json)
Properties
- description ↔ String
-
A human-readable description for the label.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- key ↔ String
-
The key for this label. The key must meet the following criteria: Does not
exceed 100 characters. Matches the following regular expression:
a-zA-Z0-9_
* The first character must be an upper- or lower-case letter. The remaining characters must be letters, digits, or underscores.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- valueType ↔ String
-
The type of data that can be assigned to the label.
Possible string values are: [...]
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited