isZero property

bool get isZero

Check if this duration is zero

Implementation

bool get isZero => this == Duration.zero;