DeviceUpgradeProgressResponse constructor
DeviceUpgradeProgressResponse({
- required UpgradeState state,
- required int progress,
- required int error,
Implementation
DeviceUpgradeProgressResponse(
{required this.state, required this.progress, required this.error});