routes property

Map<Pattern, dynamic Function(BuildContext, BeamState, Object? data)> routes
getter/setter pair

Map of all routes this location handles.

Implementation

Map<Pattern, dynamic Function(BuildContext, BeamState, Object? data)> routes;