ManagedConfiguration constructor

ManagedConfiguration({
  1. ConfigurationVariables? configurationVariables,
  2. String? kind,
  3. List<ManagedProperty>? managedProperty,
  4. String? productId,
})

Implementation

ManagedConfiguration({
  this.configurationVariables,
  this.kind,
  this.managedProperty,
  this.productId,
});