Command constructor
Command({
- ClearAppsDataParams? clearAppsDataParams,
- ClearAppsDataStatus? clearAppsDataStatus,
- String? createTime,
- String? duration,
- String? errorCode,
- String? newPassword,
- List<
String> ? resetPasswordFlags, - StartLostModeParams? startLostModeParams,
- StartLostModeStatus? startLostModeStatus,
- StopLostModeParams? stopLostModeParams,
- StopLostModeStatus? stopLostModeStatus,
- String? type,
- 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,
});