firstDayOfMonth property

DateTime get firstDayOfMonth

Implementation

DateTime get firstDayOfMonth => DateTime(this.year, this.month);