isNow property
bool
get
isNow
Returns whether the difference is not measurable (now
).
Implementation
bool get isNow => timeDifference.isZero && timeDifference.isSmallestUnit;
Returns whether the difference is not measurable (now
).
bool get isNow => timeDifference.isZero && timeDifference.isSmallestUnit;