OnInputLifecycle class
Specifies the actions performed when the condition
evaluates to
TRUE.
Constructors
-
OnInputLifecycle({List<
Event> ? events, List<TransitionEvent> ? transitionEvents}) -
OnInputLifecycle.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
events
→ List<
Event> ? -
Specifies the actions performed when the
condition
evaluates to TRUE.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transitionEvents
→ List<
TransitionEvent> ? -
Specifies the actions performed, and the next state entered, when a
condition
evaluates to TRUE.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited