endInclusive property

DateTime get endInclusive

Implementation

DateTime get endInclusive => start == end ? end : end - 1.milliseconds;