JamSegment constructor

const JamSegment(
  1. JamType jamType, {
  2. required double speed,
})

Implementation

const JamSegment(
  this.jamType, {
  required this.speed,
});