isEmpty property

bool isEmpty

Whether or not this StandardRoute is empty.

Implementation

bool get isEmpty =>
    lineCode.isEmpty && trackCircuits.isEmpty && trackNum == -1;