startOfMonth property

DateTime get startOfMonth

Gets start of month

Implementation

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