endOfDay property

DateTime get endOfDay

Implementation

DateTime get endOfDay =>
    DateTime(year, month, day + 1).add(const Duration(microseconds: -1));