ChoiceConfigKnob<T> class
A ConfigKnob for selecting one of multiple options.
This is a useful choice for selecting one of an enum
.
- Inheritance
-
- Object
- ConfigKnob<
T> - ChoiceConfigKnob
Constructors
-
ChoiceConfigKnob(List<
T> choices, {required T value}) - Creates a new knob to with the specified default value of the available choices.
Properties
-
choices
↔ List<
T> -
The available choices to choose from.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ T
-
The primary value being stored in this knob.
getter/setter pairinherited-getteroverride-setter
Methods
-
loadJson(
Map< String, dynamic> decodedJson) → void -
Reconfigures this knob based on the provided deserialized JSON.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this knob into a JSON-compatible map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited