OnExitLifecycle class

When exiting this state, perform these actions if the specified condition is TRUE.

Constructors

OnExitLifecycle({List<Event>? events})
OnExitLifecycle.fromJson(Map<String, dynamic> json)
factory

Properties

events List<Event>?
Specifies the actions that are performed when the state is exited and the condition is 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

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