isContinuous property

bool isContinuous

Returns true if the interval is continuous.

Implementation

bool get isContinuous => (_levels < 2);