MaxSpeed constructor

MaxSpeed({
  1. int? speed,
  2. String? unit,
  3. bool? unknown,
  4. bool? none,
})

Implementation

MaxSpeed({this.speed, this.unit, this.unknown, this.none});