suggestionsController_temp<T> class

Inheritance
  • Object
  • StateNotifier<List<T>>
  • suggestionsController_temp

Constructors

suggestionsController_temp(Ref<Object?> ref, String? myId, {required sug_tempConfig<T> config})

Properties

config sug_tempConfig<T>
final
debugState List<T>
A development-only way to access state outside of StateNotifier.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
If a listener has been added using addListener and hasn't been removed yet.
no setterinherited
lastSearch String
getter/setter pair
mounted bool
Whether dispose was called or not.
no setterinherited
myId String?
final
onError ↔ ErrorListener?
A callback for error reporting if one of the listeners added with addListener throws.
getter/setter pairinherited
ref → Ref<Object?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state List<T>
The current "state" of this StateNotifier.
getter/setter pairinherited
stream Stream<List<T>>
A broadcast stream representation of a StateNotifier.
no setterinherited

Methods

addListener(Listener<List<T>> listener, {bool fireImmediately = true}) → RemoveListener
Subscribes to this object.
inherited
dismiss() → void
dispose() → void
Frees all the resources associated with this object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDialog(String s) → void
setExDialog(CustomException e) → void
toString() String
A string representation of this object.
inherited
updateShouldNotify(List<T> old, List<T> current) bool
Whether to notify listeners or not when state changes
inherited

Operators

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