ManagedConfiguration constructor
ManagedConfiguration({
- ConfigurationVariables? configurationVariables,
- String? kind,
- List<
ManagedProperty> ? managedProperty, - String? productId,
Implementation
ManagedConfiguration({
this.configurationVariables,
this.kind,
this.managedProperty,
this.productId,
});