Schedule class
Transfers can be scheduled to recur or to run just once.
Constructors
Properties
- endTimeOfDay ↔ TimeOfDay?
-
The time in UTC that no further transfer operations are scheduled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- repeatInterval ↔ String?
-
Interval between the start of each scheduled TransferOperation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduleEndDate ↔ Date?
-
The last day a transfer runs.
getter/setter pair
- scheduleStartDate ↔ Date?
-
The start date of a transfer.
getter/setter pair
- startTimeOfDay ↔ TimeOfDay?
-
The time in UTC that a transfer job is scheduled to run.
getter/setter pair
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