CubixMixin<TState> mixin Null safety

Mixin Applications

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

fireOnChange(Change<CubixState<TState>> change) → void
fireOnError(Object error, StackTrace stackTrace) → void
on({dynamic error(Object error, StackTrace stackTrace)?, dynamic change(Change<CubixState<TState>> change)?}) → void
performUpdate(CubixState<TState> get(), void emit(CubixState<TState>), {TState state(TState state)?, Dispatcher? remove, Dispatcher? add, List<Dispatcher>? dispatchers}) CubixState<TState>
toString() String
A string representation of this object. [...]
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

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