AcceleratorTypeOffering constructor

AcceleratorTypeOffering({
  1. String? acceleratorType,
  2. String? location,
  3. LocationType? locationType,
})

Implementation

AcceleratorTypeOffering({
  this.acceleratorType,
  this.location,
  this.locationType,
});