toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final addEsimParams = this.addEsimParams;
final clearAppsDataParams = this.clearAppsDataParams;
final clearAppsDataStatus = this.clearAppsDataStatus;
final createTime = this.createTime;
final duration = this.duration;
final errorCode = this.errorCode;
final esimStatus = this.esimStatus;
final newPassword = this.newPassword;
final removeEsimParams = this.removeEsimParams;
final requestDeviceInfoParams = this.requestDeviceInfoParams;
final requestDeviceInfoStatus = this.requestDeviceInfoStatus;
final resetPasswordFlags = this.resetPasswordFlags;
final startLostModeParams = this.startLostModeParams;
final startLostModeStatus = this.startLostModeStatus;
final stopLostModeParams = this.stopLostModeParams;
final stopLostModeStatus = this.stopLostModeStatus;
final type = this.type;
final userName = this.userName;
final wipeParams = this.wipeParams;
return {
'addEsimParams': ?addEsimParams,
'clearAppsDataParams': ?clearAppsDataParams,
'clearAppsDataStatus': ?clearAppsDataStatus,
'createTime': ?createTime,
'duration': ?duration,
'errorCode': ?errorCode,
'esimStatus': ?esimStatus,
'newPassword': ?newPassword,
'removeEsimParams': ?removeEsimParams,
'requestDeviceInfoParams': ?requestDeviceInfoParams,
'requestDeviceInfoStatus': ?requestDeviceInfoStatus,
'resetPasswordFlags': ?resetPasswordFlags,
'startLostModeParams': ?startLostModeParams,
'startLostModeStatus': ?startLostModeStatus,
'stopLostModeParams': ?stopLostModeParams,
'stopLostModeStatus': ?stopLostModeStatus,
'type': ?type,
'userName': ?userName,
'wipeParams': ?wipeParams,
};
}