WeekDay constructor

const WeekDay(
  1. int number,
  2. String symbol
)

Implementation

const WeekDay(this.number, this.symbol);