ProductPolicy constructor

ProductPolicy({
  1. AutoInstallPolicy? autoInstallPolicy,
  2. String? autoUpdateMode,
  3. List<EnterpriseAuthenticationAppLinkConfig>? enterpriseAuthenticationAppLinkConfigs,
  4. ManagedConfiguration? managedConfiguration,
  5. String? productId,
  6. List<String>? trackIds,
  7. List<String>? tracks,
})

Implementation

ProductPolicy({
  this.autoInstallPolicy,
  this.autoUpdateMode,
  this.enterpriseAuthenticationAppLinkConfigs,
  this.managedConfiguration,
  this.productId,
  this.trackIds,
  this.tracks,
});