isZero property

bool get isZero

Check if duration is zero

Implementation

bool get isZero => inMilliseconds == 0;