endOfMonth property

DateTime get endOfMonth

Implementation

DateTime get endOfMonth => DateTime(this.year, this.month + 1, 0);