toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (crossProfileAppFunctions != null)
    'crossProfileAppFunctions': crossProfileAppFunctions!,
  if (crossProfileCopyPaste != null)
    'crossProfileCopyPaste': crossProfileCopyPaste!,
  if (crossProfileDataSharing != null)
    'crossProfileDataSharing': crossProfileDataSharing!,
  if (exemptionsToShowWorkContactsInPersonalProfile != null)
    'exemptionsToShowWorkContactsInPersonalProfile':
        exemptionsToShowWorkContactsInPersonalProfile!,
  if (showWorkContactsInPersonalProfile != null)
    'showWorkContactsInPersonalProfile': showWorkContactsInPersonalProfile!,
  if (workProfileWidgetsDefault != null)
    'workProfileWidgetsDefault': workProfileWidgetsDefault!,
};