firstDayOfMonth property

DateTime get firstDayOfMonth

Implementation

DateTime get firstDayOfMonth => atStartOfDay.copyWith(day: 1);