toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final androidSpecificAttributes = this.androidSpecificAttributes;
  final assetTag = this.assetTag;
  final basebandVersion = this.basebandVersion;
  final bootloaderVersion = this.bootloaderVersion;
  final brand = this.brand;
  final buildNumber = this.buildNumber;
  final compromisedState = this.compromisedState;
  final createTime = this.createTime;
  final deviceId = this.deviceId;
  final deviceType = this.deviceType;
  final enabledDeveloperOptions = this.enabledDeveloperOptions;
  final enabledUsbDebugging = this.enabledUsbDebugging;
  final encryptionState = this.encryptionState;
  final endpointVerificationSpecificAttributes =
      this.endpointVerificationSpecificAttributes;
  final hostname = this.hostname;
  final imei = this.imei;
  final kernelVersion = this.kernelVersion;
  final lastSyncTime = this.lastSyncTime;
  final managementState = this.managementState;
  final manufacturer = this.manufacturer;
  final meid = this.meid;
  final model = this.model;
  final name = this.name;
  final networkOperator = this.networkOperator;
  final osVersion = this.osVersion;
  final otherAccounts = this.otherAccounts;
  final ownerType = this.ownerType;
  final releaseVersion = this.releaseVersion;
  final securityPatchTime = this.securityPatchTime;
  final serialNumber = this.serialNumber;
  final unifiedDeviceId = this.unifiedDeviceId;
  final wifiMacAddresses = this.wifiMacAddresses;
  return {
    'androidSpecificAttributes': ?androidSpecificAttributes,
    'assetTag': ?assetTag,
    'basebandVersion': ?basebandVersion,
    'bootloaderVersion': ?bootloaderVersion,
    'brand': ?brand,
    'buildNumber': ?buildNumber,
    'compromisedState': ?compromisedState,
    'createTime': ?createTime,
    'deviceId': ?deviceId,
    'deviceType': ?deviceType,
    'enabledDeveloperOptions': ?enabledDeveloperOptions,
    'enabledUsbDebugging': ?enabledUsbDebugging,
    'encryptionState': ?encryptionState,
    'endpointVerificationSpecificAttributes':
        ?endpointVerificationSpecificAttributes,
    'hostname': ?hostname,
    'imei': ?imei,
    'kernelVersion': ?kernelVersion,
    'lastSyncTime': ?lastSyncTime,
    'managementState': ?managementState,
    'manufacturer': ?manufacturer,
    'meid': ?meid,
    'model': ?model,
    'name': ?name,
    'networkOperator': ?networkOperator,
    'osVersion': ?osVersion,
    'otherAccounts': ?otherAccounts,
    'ownerType': ?ownerType,
    'releaseVersion': ?releaseVersion,
    'securityPatchTime': ?securityPatchTime,
    'serialNumber': ?serialNumber,
    'unifiedDeviceId': ?unifiedDeviceId,
    'wifiMacAddresses': ?wifiMacAddresses,
  };
}