isNil property

bool isNil

{@inheritDoc}

Implementation

bool get isNil {
  return intervals.isEmpty;
}