TrafficController constructor

TrafficController({
  1. required Map map,
})

Implementation

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