isEmpty property

bool isEmpty

Whether or not this ShortTermParking object is empty.

Implementation

bool get isEmpty => totalSpaces == -1 && notes == null;