@override Stream<PolygonInsertAtEvent> onPolygonInsertAt({required int mapId}) { return _events(mapId).whereType<PolygonInsertAtEvent>(); }