FixedModeScheduleActionStartSettings class
Start time for the action.
Constructors
- FixedModeScheduleActionStartSettings({required String time})
-
FixedModeScheduleActionStartSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → String
-
Start time for the action to start in the channel. (Not the time for the
action to be added to the schedule: actions are always added to the schedule
immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are
digits (for example, mm might be 01) except for the two constants "T" for
time and "Z" for "UTC format".
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