EthiopianDay constructor

EthiopianDay(
  1. bool isSelected,
  2. bool isFirst,
  3. bool isBetween,
  4. String day,
  5. String month,
  6. String enDay,
  7. String enMonth,
  8. bool isOtherMonth,
)

Implementation

EthiopianDay(this.isSelected, this.isFirst, this.isBetween, this.day,
    this.month, this.enDay, this.enMonth, this.isOtherMonth);