MyDropdownItem class
- Inheritance
-
- Object
- DropdownItem<
String> - MyDropdownItem
Constructors
- MyDropdownItem({required String label, required String value})
Properties
Methods
-
getLabel(
) → String -
override
-
getValue(
) → String -
override
-
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