LabelEncode class
The specification of a label encode.
How to get label contents from tuples must be indicated by encoder.
Constructors
-
LabelEncode({required Label encoder(Tuple), Map<
String, Map< bool, SelectionUpdater< Label>>>? updaters}) - Creates a label encode.
Properties
- encoder ↔ (Label Function(Tuple)?)
-
Indicates how to get encode value from a tuple directly.
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
updaters
↔ Map<
String, Map< bool, SelectionUpdater< Label>>>? -
Encode updaters when a selection occurs.
read / writeinherited
- value ↔ Label?
-
Indicates a encode value for all tuples directly.
read / writeinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited