TSelectItem<V> class

Constructors

TSelectItem({required String text, required V value, String? key, List<TSelectItem<V>>? children})
TSelectItem.fromRecord(TSelectRecord<V> record)
factory
TSelectItem.simple(String text, V value, [String? key])
factory

Properties

children List<TSelectItem<V>>?
final
expanded bool
getter/setter pair
hasChildren bool
no setter
hashCode int
The hash code for this object.
no setteroverride
isMultiLevel bool
no setter
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
getter/setter pair
text String
final
value → V
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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