toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (commonCriteriaMode != null)
'commonCriteriaMode': commonCriteriaMode!,
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!,
};