toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (browserManagementState != null)
        'browserManagementState': browserManagementState!,
      if (browserVersion != null) 'browserVersion': browserVersion!,
      if (isBuiltInDnsClientEnabled != null)
        'isBuiltInDnsClientEnabled': isBuiltInDnsClientEnabled!,
      if (isBulkDataEntryAnalysisEnabled != null)
        'isBulkDataEntryAnalysisEnabled': isBulkDataEntryAnalysisEnabled!,
      if (isChromeCleanupEnabled != null)
        'isChromeCleanupEnabled': isChromeCleanupEnabled!,
      if (isChromeRemoteDesktopAppBlocked != null)
        'isChromeRemoteDesktopAppBlocked': isChromeRemoteDesktopAppBlocked!,
      if (isFileDownloadAnalysisEnabled != null)
        'isFileDownloadAnalysisEnabled': isFileDownloadAnalysisEnabled!,
      if (isFileUploadAnalysisEnabled != null)
        'isFileUploadAnalysisEnabled': isFileUploadAnalysisEnabled!,
      if (isRealtimeUrlCheckEnabled != null)
        'isRealtimeUrlCheckEnabled': isRealtimeUrlCheckEnabled!,
      if (isSecurityEventAnalysisEnabled != null)
        'isSecurityEventAnalysisEnabled': isSecurityEventAnalysisEnabled!,
      if (isSiteIsolationEnabled != null)
        'isSiteIsolationEnabled': isSiteIsolationEnabled!,
      if (isThirdPartyBlockingEnabled != null)
        'isThirdPartyBlockingEnabled': isThirdPartyBlockingEnabled!,
      if (passwordProtectionWarningTrigger != null)
        'passwordProtectionWarningTrigger': passwordProtectionWarningTrigger!,
      if (safeBrowsingProtectionLevel != null)
        'safeBrowsingProtectionLevel': safeBrowsingProtectionLevel!,
    };