getMonth method

  1. @override
DateTime getMonth(
  1. int year,
  2. int month
)
override

Returns a DateTime with the given year and month.

Implementation

@override
DateTime getMonth(int year, int month) => DateTime(year, month);