isZero property

bool get isZero

Returns true if this duration is zero.

Implementation

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