FollowModeScheduleActionStartSettings class
Settings to specify if an action follows another.
Constructors
- FollowModeScheduleActionStartSettings({required FollowPoint followPoint, required String referenceActionName})
-
FollowModeScheduleActionStartSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- followPoint → FollowPoint
-
Identifies whether this action starts relative to the start or relative to
the end of the reference action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- referenceActionName → String
-
The action name of another action that this one refers to.
final
- 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