SupportedValues constructor

SupportedValues({
  1. List<String>? acceleratorTypes,
  2. List<String>? machineTypes,
})

Implementation

SupportedValues({
  this.acceleratorTypes,
  this.machineTypes,
});