endOfMonth property

DateTime get endOfMonth

Implementation

DateTime get endOfMonth {
  return DateTime(year, month + 1, 0);
}