toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allowScreenLock = this.allowScreenLock;
  final antivirus = this.antivirus;
  final browserVersion = this.browserVersion;
  final builtInDnsClientEnabled = this.builtInDnsClientEnabled;
  final chromeRemoteDesktopAppBlocked = this.chromeRemoteDesktopAppBlocked;
  final crowdStrikeAgent = this.crowdStrikeAgent;
  final deviceAffiliationIds = this.deviceAffiliationIds;
  final deviceEnrollmentDomain = this.deviceEnrollmentDomain;
  final deviceManufacturer = this.deviceManufacturer;
  final deviceModel = this.deviceModel;
  final diskEncryption = this.diskEncryption;
  final displayName = this.displayName;
  final hostname = this.hostname;
  final imei = this.imei;
  final macAddresses = this.macAddresses;
  final meid = this.meid;
  final operatingSystem = this.operatingSystem;
  final osFirewall = this.osFirewall;
  final osVersion = this.osVersion;
  final passwordProtectionWarningTrigger =
      this.passwordProtectionWarningTrigger;
  final profileAffiliationIds = this.profileAffiliationIds;
  final profileEnrollmentDomain = this.profileEnrollmentDomain;
  final realtimeUrlCheckMode = this.realtimeUrlCheckMode;
  final safeBrowsingProtectionLevel = this.safeBrowsingProtectionLevel;
  final screenLockSecured = this.screenLockSecured;
  final secureBootMode = this.secureBootMode;
  final serialNumber = this.serialNumber;
  final siteIsolationEnabled = this.siteIsolationEnabled;
  final systemDnsServers = this.systemDnsServers;
  final thirdPartyBlockingEnabled = this.thirdPartyBlockingEnabled;
  final trigger = this.trigger;
  final windowsMachineDomain = this.windowsMachineDomain;
  final windowsUserDomain = this.windowsUserDomain;
  return {
    'allowScreenLock': ?allowScreenLock,
    'antivirus': ?antivirus,
    'browserVersion': ?browserVersion,
    'builtInDnsClientEnabled': ?builtInDnsClientEnabled,
    'chromeRemoteDesktopAppBlocked': ?chromeRemoteDesktopAppBlocked,
    'crowdStrikeAgent': ?crowdStrikeAgent,
    'deviceAffiliationIds': ?deviceAffiliationIds,
    'deviceEnrollmentDomain': ?deviceEnrollmentDomain,
    'deviceManufacturer': ?deviceManufacturer,
    'deviceModel': ?deviceModel,
    'diskEncryption': ?diskEncryption,
    'displayName': ?displayName,
    'hostname': ?hostname,
    'imei': ?imei,
    'macAddresses': ?macAddresses,
    'meid': ?meid,
    'operatingSystem': ?operatingSystem,
    'osFirewall': ?osFirewall,
    'osVersion': ?osVersion,
    'passwordProtectionWarningTrigger': ?passwordProtectionWarningTrigger,
    'profileAffiliationIds': ?profileAffiliationIds,
    'profileEnrollmentDomain': ?profileEnrollmentDomain,
    'realtimeUrlCheckMode': ?realtimeUrlCheckMode,
    'safeBrowsingProtectionLevel': ?safeBrowsingProtectionLevel,
    'screenLockSecured': ?screenLockSecured,
    'secureBootMode': ?secureBootMode,
    'serialNumber': ?serialNumber,
    'siteIsolationEnabled': ?siteIsolationEnabled,
    'systemDnsServers': ?systemDnsServers,
    'thirdPartyBlockingEnabled': ?thirdPartyBlockingEnabled,
    'trigger': ?trigger,
    'windowsMachineDomain': ?windowsMachineDomain,
    'windowsUserDomain': ?windowsUserDomain,
  };
}