GroupOfKnobs class
A knob which groups together other ConfigKnobs.
- Inheritance
-
- Object
- ConfigKnob<
String> - GroupOfKnobs
- Implementers
Constructors
-
GroupOfKnobs(Map<
String, ConfigKnob> subKnobs, {String name = 'Group'}) - Creates a new group of subKnobs under one knob.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of this group.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subKnobs
→ Map<
String, ConfigKnob> -
A mapping from a sub-knob name to a corresponding sub-
ConfigKnob
.final - value ↔ String
-
The primary value being stored in this knob.
getter/setter pairinherited
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