MobileDevice constructor
MobileDevice({
- bool? adbStatus,
- List<
MobileDeviceApplications> ? applications, - String? basebandVersion,
- String? bootloaderVersion,
- String? brand,
- String? buildNumber,
- String? defaultLanguage,
- bool? developerOptionsStatus,
- String? deviceCompromisedStatus,
- String? deviceId,
- String? devicePasswordStatus,
- List<
String> ? email, - String? encryptionStatus,
- String? etag,
- DateTime? firstSync,
- String? hardware,
- String? hardwareId,
- String? imei,
- String? kernelVersion,
- String? kind,
- DateTime? lastSync,
- bool? managedAccountIsOnOwnerProfile,
- String? manufacturer,
- String? meid,
- String? model,
- List<
String> ? name, - String? networkOperator,
- String? os,
- List<
String> ? otherAccountsInfo, - String? privilege,
- String? releaseVersion,
- String? resourceId,
- String? securityPatchLevel,
- String? serialNumber,
- String? status,
- bool? supportsWorkProfile,
- String? type,
- bool? unknownSourcesStatus,
- String? userAgent,
- String? wifiMacAddress,
Implementation
MobileDevice({
this.adbStatus,
this.applications,
this.basebandVersion,
this.bootloaderVersion,
this.brand,
this.buildNumber,
this.defaultLanguage,
this.developerOptionsStatus,
this.deviceCompromisedStatus,
this.deviceId,
this.devicePasswordStatus,
this.email,
this.encryptionStatus,
this.etag,
this.firstSync,
this.hardware,
this.hardwareId,
this.imei,
this.kernelVersion,
this.kind,
this.lastSync,
this.managedAccountIsOnOwnerProfile,
this.manufacturer,
this.meid,
this.model,
this.name,
this.networkOperator,
this.os,
this.otherAccountsInfo,
this.privilege,
this.releaseVersion,
this.resourceId,
this.securityPatchLevel,
this.serialNumber,
this.status,
this.supportsWorkProfile,
this.type,
this.unknownSourcesStatus,
this.userAgent,
this.wifiMacAddress,
});