@override toMap() { final map = { type: '_', 'listeningToRoutes': ListeningTo.toMapList(listeningToRoutes), }; return map; }