SystemUpdateInfo constructor

SystemUpdateInfo({
  1. String? updateReceivedTime,
  2. String? updateStatus,
})

Implementation

SystemUpdateInfo({
  this.updateReceivedTime,
  this.updateStatus,
});