toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final crossProfileAppFunctions = this.crossProfileAppFunctions;
final crossProfileCopyPaste = this.crossProfileCopyPaste;
final crossProfileDataSharing = this.crossProfileDataSharing;
final exemptionsToShowWorkContactsInPersonalProfile =
this.exemptionsToShowWorkContactsInPersonalProfile;
final showWorkContactsInPersonalProfile =
this.showWorkContactsInPersonalProfile;
final workProfileWidgetsDefault = this.workProfileWidgetsDefault;
return {
'crossProfileAppFunctions': ?crossProfileAppFunctions,
'crossProfileCopyPaste': ?crossProfileCopyPaste,
'crossProfileDataSharing': ?crossProfileDataSharing,
'exemptionsToShowWorkContactsInPersonalProfile':
?exemptionsToShowWorkContactsInPersonalProfile,
'showWorkContactsInPersonalProfile': ?showWorkContactsInPersonalProfile,
'workProfileWidgetsDefault': ?workProfileWidgetsDefault,
};
}