PingPong constructor

PingPong({
  1. required List<ListeningTo> listeningToRoutes,
})

Implementation

PingPong({required this.listeningToRoutes});