to method

MonthRange to(
  1. DateTime stop, [
  2. int step = 1
])

Implementation

MonthRange to(DateTime stop, [int step = 1]) => MonthRange(this, stop, step);