Property<T> class

Implementers

Constructors

Property(String name, T initialValue, {String? description, bool isReadonly = false, ValueUpdateFilter<T>? filter})
const
Property.enumOptions(String name, List<T> values, {T? initialValue})
factory
Property.options(String name, T initialValue, {required List<Option<T>> options, String description})
const
factory

Properties

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

Methods

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

Operators

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