Lightro<T> class
Lightweight state container.
- Inheritance
- Implementers
- Available extensions
Constructors
- Lightro.of(T data)
- Creates a new Lightro instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- nonNotifiableSetter ← T
-
Sets the value without notifying listeners.
no getterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ T
-
Gets or sets the current value.
getter/setter pairinherited
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
build(
{required Widget builder(Basetro< T> state, BuildContext context)}) → Widget -
Available on Basetro<
Creates a MastroBuilder widget for this state object.T> , provided by the BasetroBuilderTools extension -
debugLog(
[String? name]) → void -
Available on Basetro<
Logs state changes to the console.T> , provided by the BasetroDebug extension -
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
-
modify(
void modify(Mutable< T> state)) → void -
Modifies the state with a callback.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
) → void -
Notifies listeners of state changes.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
toggle(
) → void -
Available on Basetro<
Toggles the boolean value.bool> , provided by the MastroBoolTools extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited