isNow property

bool get isNow

States whether the difference is immeasurable (no difference).

Implementation

bool get isNow {
  return timeDifference.isZero && timeDifference.isSmallestUnit;
}