ParkingController constructor

ParkingController({
  1. required Map map,
})

Implementation

ParkingController({required this.map}) {
  _init();
}