SupportedProductConfig constructor

SupportedProductConfig({
  1. List<String>? args,
  2. String? name,
})

Implementation

SupportedProductConfig({
  this.args,
  this.name,
});