Command constructor

Command({
  1. AddEsimParams? addEsimParams,
  2. ClearAppsDataParams? clearAppsDataParams,
  3. ClearAppsDataStatus? clearAppsDataStatus,
  4. String? createTime,
  5. String? duration,
  6. String? errorCode,
  7. EsimCommandStatus? esimStatus,
  8. String? newPassword,
  9. RemoveEsimParams? removeEsimParams,
  10. RequestDeviceInfoParams? requestDeviceInfoParams,
  11. RequestDeviceInfoStatus? requestDeviceInfoStatus,
  12. List<String>? resetPasswordFlags,
  13. StartLostModeParams? startLostModeParams,
  14. StartLostModeStatus? startLostModeStatus,
  15. StopLostModeParams? stopLostModeParams,
  16. StopLostModeStatus? stopLostModeStatus,
  17. String? type,
  18. String? userName,
  19. WipeParams? wipeParams,
})

Implementation

Command({
  this.addEsimParams,
  this.clearAppsDataParams,
  this.clearAppsDataStatus,
  this.createTime,
  this.duration,
  this.errorCode,
  this.esimStatus,
  this.newPassword,
  this.removeEsimParams,
  this.requestDeviceInfoParams,
  this.requestDeviceInfoStatus,
  this.resetPasswordFlags,
  this.startLostModeParams,
  this.startLostModeStatus,
  this.stopLostModeParams,
  this.stopLostModeStatus,
  this.type,
  this.userName,
  this.wipeParams,
});