OTABean constructor
OTABean({
- required int type,
- required UpgradeErrorBean? upgradeError,
- required int? upgradeProgress,
- required bool? start,
Implementation
OTABean({
required this.type,
required this.upgradeError,
required this.upgradeProgress,
required this.start,
});