Accelerator constructor

Accelerator({
  1. String? count,
  2. String? type,
})

Implementation

Accelerator({
  this.count,
  this.type,
});