IStates class abstract

Implementers

Constructors

IStates()

Properties

all List<StatesTransition>
no setter
current String?
no setter
hashCode int
The hash code for this object.
no setterinherited
locked bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

actions({String from}) List<StatesTransition>
add(String state) StatesMeta?
change({required String toStateName, bool run = true}) bool
dispose() → void
execute(String action) bool
get(String action) StatesTransition?
has({String action, String state, bool conform = true}) bool?
lock({required String key}) → void
metas({String from}) List<StatesMeta>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String action, StatesTransitionHandler listener) bool
reset() → void
subscribe(StatesTransitionHandler listener) String?
toString() String
A string representation of this object.
inherited
unlock({required String key}) → void
unsubscribe(String subscriptionKey) bool
when({required String at, required String to, required String on, StatesTransitionHandler? handler}) StatesTransition?

Operators

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