startOfMonth property

DateTime get startOfMonth

Returns the first day of this date's month.

Implementation

DateTime get startOfMonth => DateTime(year, month);