CubixMixin<TState> mixin

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fireOnChange(Change<CubixState<TState>> change) → void
fireOnError(Object error, StackTrace stackTrace) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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, ExtraData? extra}) CubixState<TState>
toString() String
A string representation of this object.
inherited

Operators

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