endOfDay property

DateTime get endOfDay

Implementation

DateTime get endOfDay => DateTime(this.year, this.month, this.day, 23, 59, 59);