isZero property
bool
get
isZero
Checks if this Duration is exactly zero
Implementation
bool get isZero => inMicroseconds == 0;
Checks if this Duration is exactly zero
bool get isZero => inMicroseconds == 0;