OTABean constructor

OTABean({
  1. required int type,
  2. required UpgradeErrorBean? upgradeError,
  3. required int? upgradeProgress,
  4. required bool? start,
})

Implementation

OTABean({
  required this.type,
  required this.upgradeError,
  required this.upgradeProgress,
  required this.start,
});