isEmpty property

bool isEmpty

Whether or not this RouteTrackCircuit is empty.

Implementation

bool get isEmpty => circuitId == '-1' && seqNum == -1 && stationCode.isEmpty;