MaintenanceSchedule class Null safety
Upcoming maintenance schedule.
If no maintenance is scheduled, fields are not populated.
Constructors
- MaintenanceSchedule({bool? canReschedule, String? endTime, String? scheduleDeadlineTime, String? startTime})
- MaintenanceSchedule.fromJson(Map json_)
Properties
- canReschedule ↔ bool?
-
If the scheduled maintenance can be rescheduled, default is true.
read / write
- endTime ↔ String?
-
The end time of any upcoming scheduled maintenance for this instance.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- scheduleDeadlineTime ↔ String?
-
The deadline that the maintenance schedule start time can not go beyond,
including reschedule.
read / write
- startTime ↔ String?
-
The start time of any upcoming scheduled maintenance for this instance.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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