NoUIChange class

Use this class to indicate for HismaRouterDelegate that when machine arrives to this state the user interface shall not be updated (e.g this state is transitional, only does some service invocation or computing). It is a better approach than silent no-update on UI if a state is not defined in the creator map of HismaRouterDelegate. This way we get assertion failed in case the machine gets to a state that is not defined in the creator list.

Inheritance

Constructors

NoUIChange()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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