DefaultValues constructor

DefaultValues({
  1. String? machineType,
})

Implementation

DefaultValues({
  this.machineType,
});