firstDayOfMonth method

DateTime firstDayOfMonth()

Create a new first date of this month.

Implementation

DateTime firstDayOfMonth() => subtract(Duration(days: day - 1));