routeMappings property

Map<String, Route> routeMappings
getter/setter pair

A mapping of route paths to routes, produced from the Expose annotations on this class.

Implementation

Map<String, Route> routeMappings = {};