DayMonthCount constructor

DayMonthCount(
  1. int days,
  2. int months
)

Implementation

DayMonthCount(this.days, this.months);