firstMonthDate property
DateTime
get
firstMonthDate
First date of current month
Implementation
DateTime get firstMonthDate => DateTime(DateTime.now().year, DateTime.now().month, 1);
First date of current month
DateTime get firstMonthDate => DateTime(DateTime.now().year, DateTime.now().month, 1);