ShortTermParking.empty constructor

ShortTermParking.empty()

Creates an empty ShortTermParking object.

Implementation

ShortTermParking.empty()
    : totalSpaces = -1,
      notes = null;