OsUpdateStatus constructor

OsUpdateStatus({
  1. String? rebootTime,
  2. String? state,
  3. String? targetKioskAppVersion,
  4. String? targetOsVersion,
  5. String? updateCheckTime,
  6. String? updateTime,
})

Implementation

OsUpdateStatus({
  this.rebootTime,
  this.state,
  this.targetKioskAppVersion,
  this.targetOsVersion,
  this.updateCheckTime,
  this.updateTime,
});