StaticImageDeactivateScheduleActionSettings class
Settings for the action to deactivate the image in a specific layer.
Constructors
- StaticImageDeactivateScheduleActionSettings({int? fadeOut, int? layer})
-
StaticImageDeactivateScheduleActionSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- fadeOut → int?
-
The time in milliseconds for the image to fade out. Default is 0 (no
fade-out).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- layer → int?
-
The image overlay layer to deactivate, 0 to 7. Default is 0.
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