isNow property

bool get isNow

Returns whether the difference is not measurable (now).

Implementation

bool get isNow => timeDifference.isZero && timeDifference.isSmallestUnit;