isNotEmpty property

bool isNotEmpty

Returns true, if this is a non-empty interval.

Implementation

bool get isNotEmpty => !isEmpty;