isZero property

bool get isZero

Returns true if this duration is exactly zero.

Implementation

bool get isZero => inMicroseconds == 0;