isInfinite property

bool isInfinite

Returns true if this time control is infinite.

Implementation

bool get isInfinite => initialTime == Duration.zero;