isZero property

bool get isZero

Checks if this Duration is exactly zero

Implementation

bool get isZero => inMicroseconds == 0;