ReadyPickerController<T, Args> mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → ReadyListState<T, Args>
The current state
no setterinherited
stream Stream<ReadyListState<T, Args>>
The stream to listen please use broadcast stream to allow multiple listeners
no setterinherited

Methods

checkSelected(T left, T right) bool
emit(ReadyListState<T, Args> state) → void
emitting new state to stream
inherited
getDisplay(BuildContext context, T item) String
getItemDisplay(BuildContext context, T item) String
getSearchOptions(BuildContext context) SearchOptions?
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.
inherited