isEmpty property

bool isEmpty

Whether or not this Parking object is empty.

Implementation

bool get isEmpty =>
    stationCode.isEmpty &&
    notes == null &&
    allDayParking.isEmpty &&
    shortTermParking.isEmpty;