isEmpty property

bool isEmpty

Whether or not this TrackCircuitNeighbor is empty.

Implementation

bool get isEmpty =>
    circuitIds.isEmpty && identical(neighborType, NeighborType.unknown);