OptionsProperty<T> class

Inheritance

Constructors

OptionsProperty(String name, T initialValue, {required List<Option<T>> options, String? description})
const

Properties

description String?
finalinherited
filter ValueUpdateFilter<T>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialValue → T
finalinherited
isReadonly bool
finalinherited
name String
finalinherited
options List<Option<T>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkType<K>() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optionForValue(dynamic value) Option<T>
read(KnobsData data) → T
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited