Score constructor

const Score(
  1. int value,
  2. int lower,
  3. int upper
)

Implementation

const Score(this.value, this.lower, this.upper);