firstDayOfMonth method
Create a new first date of this month.
Implementation
DateTime firstDayOfMonth() => subtract(Duration(days: day - 1));
Create a new first date of this month.
DateTime firstDayOfMonth() => subtract(Duration(days: day - 1));