isZero property

bool get isZero

States whether the difference value is 0.

Implementation

bool get isZero {
  final controller = TimeDifferenceController(this);
  return controller.isZero;
}