isNil property

bool get isNil
inherited

If this is a range with no elements

Implementation

bool get isNil => start == end;