JamTypeColor constructor

const JamTypeColor(
  1. JamType jamType,
  2. Color jamColor
)

Implementation

const JamTypeColor(this.jamType, this.jamColor);