DevicePolicy constructor
      
      DevicePolicy({})
     
    
    
Implementation
DevicePolicy({
  this.allowedDeviceManagementLevels,
  this.allowedEncryptionStatuses,
  this.osConstraints,
  this.requireAdminApproval,
  this.requireCorpOwned,
  this.requireScreenlock,
});