ParamsNotifier class

Inheritance

Constructors

ParamsNotifier.new({required List builders})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
items Map<String, dynamic>
no setter
onParamAdded Stream<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
boolean(String id) → dynamic
color(String id) → dynamic
datetime(String id) → dynamic
defaultFor<T>(dynamic param) → T
deserialize(Map<String, dynamic> json) → void
Updates state of notifier.
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
duration(String id) → dynamic
dynamic$<T, T1, T2>(String id) → dynamic
gradient(String id) → dynamic
integer(String id) → dynamic
multi<T>(String id, List<T> values) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
number(String id) → dynamic
register<TWrapper extends dynamic, TParam, T1, T2>(String id, {TWrapper wrapperFactory()?}) → TWrapper
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
reset() → void
serialize() Map<String, dynamic>
single<T>(String id, List<T> values) → dynamic
string(String id) → dynamic
toString() String
A string representation of this object.
inherited
update<T>(String id, T value) → void
updateDefaultValues(Map<String, dynamic> defaultValues) → void

Operators

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