routes property

Map<String, SocketEvent> routes
getter/setter pair

A map of routes and corresponding SocketEvent handlers.

Implementation

Map<String, SocketEvent> routes = {};