MonthRange constructor

MonthRange(
  1. Date start,
  2. int length
)

Create a MonthRange with the given start and length.

Implementation

MonthRange(this.start, this.length);