DeviceUpgradeProgressResponse constructor

DeviceUpgradeProgressResponse({
  1. required UpgradeState state,
  2. required int progress,
  3. required int error,
})

Implementation

DeviceUpgradeProgressResponse(
    {required this.state, required this.progress, required this.error});