CrossProfilePolicies constructor

CrossProfilePolicies({
  1. String? crossProfileCopyPaste,
  2. String? crossProfileDataSharing,
  3. PackageNameList? exemptionsToShowWorkContactsInPersonalProfile,
  4. String? showWorkContactsInPersonalProfile,
  5. String? workProfileWidgetsDefault,
})

Implementation

CrossProfilePolicies({
  this.crossProfileCopyPaste,
  this.crossProfileDataSharing,
  this.exemptionsToShowWorkContactsInPersonalProfile,
  this.showWorkContactsInPersonalProfile,
  this.workProfileWidgetsDefault,
});