toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final commonCriteriaMode = this.commonCriteriaMode;
final contentProtectionPolicy = this.contentProtectionPolicy;
final developerSettings = this.developerSettings;
final googlePlayProtectVerifyApps = this.googlePlayProtectVerifyApps;
final mtePolicy = this.mtePolicy;
final personalAppsThatCanReadWorkNotifications =
this.personalAppsThatCanReadWorkNotifications;
final untrustedAppsPolicy = this.untrustedAppsPolicy;
return {
'commonCriteriaMode': ?commonCriteriaMode,
'contentProtectionPolicy': ?contentProtectionPolicy,
'developerSettings': ?developerSettings,
'googlePlayProtectVerifyApps': ?googlePlayProtectVerifyApps,
'mtePolicy': ?mtePolicy,
'personalAppsThatCanReadWorkNotifications':
?personalAppsThatCanReadWorkNotifications,
'untrustedAppsPolicy': ?untrustedAppsPolicy,
};
}