SearchParkingAttributes constructor
Implementation
factory SearchParkingAttributes(core.String? orgURI,
mapkit_money.TaxiMoney? firstHourPrice, core.int? placesCount) =>
SearchParkingAttributesImpl(orgURI, firstHourPrice, placesCount);
factory SearchParkingAttributes(core.String? orgURI,
mapkit_money.TaxiMoney? firstHourPrice, core.int? placesCount) =>
SearchParkingAttributesImpl(orgURI, firstHourPrice, placesCount);