SystemUpdate constructor

SystemUpdate({
  1. int? endMinutes,
  2. List<FreezePeriod>? freezePeriods,
  3. int? startMinutes,
  4. String? type,
})

Implementation

SystemUpdate({
  this.endMinutes,
  this.freezePeriods,
  this.startMinutes,
  this.type,
});