firstOfMonth property

DateTime get firstOfMonth

Implementation

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