Accelerator constructor

Accelerator({
  1. String? acceleratorType,
  2. String? state,
})

Implementation

Accelerator({
  this.acceleratorType,
  this.state,
});