isNow property

bool isNow

Returns whether the difference is not measurable (now).

Implementation

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