SceneBuilderStatus class

Created by

─▄▀─▄▀ ──▀──▀ █▀▀▀▀▀█▄ █░░░░░█─█ ▀▄▄▄▄▄▀▀

Rafaelbarbosatec on 04/03/22 Class that represents the sceneBuilder status.

Constructors

SceneBuilderStatus({bool isRunning = false, SceneAction? currentAction})

Properties

currentAction SceneAction?
final
hashCode int
The hash code for this object.
no setterinherited
isRunning bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? isRunning, SceneAction? currentAction}) SceneBuilderStatus
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