startOfMonth property

DateTime get startOfMonth

Returns the start of the current month.

Implementation

DateTime get startOfMonth => firstDayOfMonth.startOfDay;