isPositive method

bool isPositive()

Returns true, if this interval is positive (min >= 0)

Implementation

bool isPositive() => this.min >= 0;