AtomicSelectListItem<T> class

Implementers

Constructors

AtomicSelectListItem.new({required String text, String? subText, T? value, IconData? icon, bool enabled = true, bool selected = false})
const
AtomicSelectListItem.fromJson(Map<String, dynamic> json)
factory

Properties

enabled bool
final
hashCode int
The hash code for this object.
no setteroverride
icon IconData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
final
subText String?
final
text String
final
value → T?
final

Methods

copyWith({String? text, String? subText, T? value, IconData? icon, bool? enabled, bool? selected}) AtomicSelectListItem<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

generateUniqueValue() String