isNow property
bool
get
isNow
States whether the difference is immeasurable (no difference).
Implementation
bool get isNow {
return timeDifference.isZero && timeDifference.isSmallestUnit;
}
States whether the difference is immeasurable (no difference).
bool get isNow {
return timeDifference.isZero && timeDifference.isSmallestUnit;
}