isEmpty property

bool isEmpty

Whether or not this object is empty.

Implementation

bool get isEmpty =>
    stopId == 0 && name.isEmpty && seqNum == -1 && time == emptyDateTime;