Command constructor

Command({
  1. ClearAppsDataParams? clearAppsDataParams,
  2. ClearAppsDataStatus? clearAppsDataStatus,
  3. String? createTime,
  4. String? duration,
  5. String? errorCode,
  6. String? newPassword,
  7. List<String>? resetPasswordFlags,
  8. StartLostModeParams? startLostModeParams,
  9. StartLostModeStatus? startLostModeStatus,
  10. StopLostModeParams? stopLostModeParams,
  11. StopLostModeStatus? stopLostModeStatus,
  12. String? type,
  13. String? userName,
})

Implementation

Command({
  this.clearAppsDataParams,
  this.clearAppsDataStatus,
  this.createTime,
  this.duration,
  this.errorCode,
  this.newPassword,
  this.resetPasswordFlags,
  this.startLostModeParams,
  this.startLostModeStatus,
  this.stopLostModeParams,
  this.stopLostModeStatus,
  this.type,
  this.userName,
});