isZero property
bool
get
isZero
Returns true if this duration is exactly zero.
Implementation
bool get isZero => inMicroseconds == 0;
Returns true if this duration is exactly zero.
bool get isZero => inMicroseconds == 0;