isNow property
bool
get
isNow
States whether the dates are approximating each other to much to measure a valid TimeDifference.
Implementation
bool get isNow {
return timeDifference.isZero && timeDifference.isSmallestUnit;
}