ZdsRadioItem<T> class abstract

A class that ZdsRadioList.items must extend.

View ZdsRadioList for more details.

Annotations

Constructors

ZdsRadioItem(String label, T value)
Constructs a ZdsRadioItem.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
label String
The label that will be shown for this item in the ZdsRadioList.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The associated value to this item.
final

Methods

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.
override