isZero property
bool
get
isZero
Returns true if this duration is zero.
Implementation
bool get isZero => this == Duration.zero;
Returns true if this duration is zero.
bool get isZero => this == Duration.zero;