SystemUpdate constructor

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

Implementation

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