EthiopianMonth constructor

EthiopianMonth(
  1. String name,
  2. String shortName,
  3. int month,
  4. int firstOfTheDay,
)

Implementation

EthiopianMonth(this.name, this.shortName, this.month, this.firstOfTheDay);