isZero property
bool
get
isZero
States whether the difference value is 0
.
Implementation
bool get isZero {
return timeDifference.value == 0;
}
States whether the difference value is 0
.
bool get isZero {
return timeDifference.value == 0;
}