SearchParkingAttributes constructor

SearchParkingAttributes(
  1. String? orgURI,
  2. TaxiMoney? firstHourPrice,
  3. int? placesCount
)

Implementation

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