Accelerator constructor

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

Implementation

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