Parking class

Parking options at the property.

Constructors

Parking({bool? electricCarChargingStations, String? electricCarChargingStationsException, bool? freeParking, String? freeParkingException, bool? freeSelfParking, String? freeSelfParkingException, bool? freeValetParking, String? freeValetParkingException, bool? parkingAvailable, String? parkingAvailableException, bool? selfParkingAvailable, String? selfParkingAvailableException, bool? valetParkingAvailable, String? valetParkingAvailableException})
Parking.fromJson(Map json_)

Properties

electricCarChargingStations bool?
Electric car charging stations.
getter/setter pair
electricCarChargingStationsException String?
Electric car charging stations exception. Possible string values are:
getter/setter pair
freeParking bool?
Free parking.
getter/setter pair
freeParkingException String?
Free parking exception. Possible string values are:
getter/setter pair
freeSelfParking bool?
Free self parking.
getter/setter pair
freeSelfParkingException String?
Free self parking exception. Possible string values are:
getter/setter pair
freeValetParking bool?
Free valet parking.
getter/setter pair
freeValetParkingException String?
Free valet parking exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parkingAvailable bool?
Parking available.
getter/setter pair
parkingAvailableException String?
Parking available exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfParkingAvailable bool?
Self parking available.
getter/setter pair
selfParkingAvailableException String?
Self parking available exception. Possible string values are:
getter/setter pair
valetParkingAvailable bool?
Valet parking available.
getter/setter pair
valetParkingAvailableException String?
Valet parking available exception. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited