SystemUpdate constructor
SystemUpdate({
- int? endMinutes,
- List<
FreezePeriod> ? freezePeriods, - int? startMinutes,
- String? type,
Implementation
SystemUpdate({
this.endMinutes,
this.freezePeriods,
this.startMinutes,
this.type,
});