CrossProfilePolicies constructor
CrossProfilePolicies({
- String? crossProfileCopyPaste,
- String? crossProfileDataSharing,
- PackageNameList? exemptionsToShowWorkContactsInPersonalProfile,
- String? showWorkContactsInPersonalProfile,
- String? workProfileWidgetsDefault,
Implementation
CrossProfilePolicies({
this.crossProfileCopyPaste,
this.crossProfileDataSharing,
this.exemptionsToShowWorkContactsInPersonalProfile,
this.showWorkContactsInPersonalProfile,
this.workProfileWidgetsDefault,
});