startOfMonth property

DateTime get startOfMonth

Start of month (first day)

Implementation

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