KnobNodeOptions<T> class
Options knob node class.
- Inheritance
-
- Object
- KnobNodeBase<
Option< T> > - KnobNodeOptions
Constructors
Properties
- description → String?
-
Knob node description.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
Knob node key.
finalinherited
-
options
→ List<
Option< T> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- section → String
-
Knob node section name getter.
no setterinherited
- title → String
-
Knob node title name getter.
no setterinherited
-
value
→ Option<
T> -
Knob node value.
finalinherited
Methods
-
copyWithValue(
{Option< T> ? value}) → KnobNodeBase<Option< T> > -
Copy this object with a new value.
override
-
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