toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (commonCriteriaMode != null) 'commonCriteriaMode': commonCriteriaMode!,
  if (contentProtectionPolicy != null)
    'contentProtectionPolicy': contentProtectionPolicy!,
  if (developerSettings != null) 'developerSettings': developerSettings!,
  if (googlePlayProtectVerifyApps != null)
    'googlePlayProtectVerifyApps': googlePlayProtectVerifyApps!,
  if (mtePolicy != null) 'mtePolicy': mtePolicy!,
  if (personalAppsThatCanReadWorkNotifications != null)
    'personalAppsThatCanReadWorkNotifications':
        personalAppsThatCanReadWorkNotifications!,
  if (untrustedAppsPolicy != null)
    'untrustedAppsPolicy': untrustedAppsPolicy!,
};