SoftwareConfig constructor

SoftwareConfig({
  1. String? imageVersion,
  2. List<String>? optionalComponents,
  3. Map<String, String>? properties,
})

Implementation

SoftwareConfig({
  this.imageVersion,
  this.optionalComponents,
  this.properties,
});