monthFirstDay property

DateTime get monthFirstDay

Implementation

DateTime get monthFirstDay => copyWith(day: 1).startOfDay;