endOfMonth property
DateTime
get
endOfMonth
Returns the end of the current month.
Implementation
DateTime get endOfMonth => lastDayOfMonth.endOfDay;
Returns the end of the current month.
DateTime get endOfMonth => lastDayOfMonth.endOfDay;