CurrencySelectorItem class

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
no setter
item Currency
getter/setter pair
listView CurrencyListView?
getter/setter pair
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionView CurrencyViewPattern?
getter/setter pair

Methods

build(BuildContext context) Widget?
equal(String val) bool
manageState(BuildContext context, Currency item) → void
match(String search) bool
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