firstMonthDate property

DateTime get firstMonthDate

First date of current month

Implementation

DateTime get firstMonthDate => DateTime(DateTime.now().year, DateTime.now().month, 1);