isEmpty property

bool isEmpty

Whether or not this PathItem is empty.

Implementation

bool get isEmpty =>
    distanceToPrevFeet == -1 &&
    lineCode.isEmpty &&
    seqNum == -1 &&
    stationCode.isEmpty &&
    stationName.isEmpty;