MsSmoothAdditionalManifest constructor

MsSmoothAdditionalManifest({
  1. String? manifestNameModifier,
  2. List<String>? selectedOutputs,
})

Implementation

MsSmoothAdditionalManifest({
  this.manifestNameModifier,
  this.selectedOutputs,
});