endOfDay property

DateTime get endOfDay

Implementation

DateTime get endOfDay =>
    Jiffy.parseFromDateTime(this).endOf(Unit.day).dateTime;