routePrefixes property

List<String> routePrefixes
final

Route path prefixes that belong to this feature. When any URL matching these prefixes is navigated to, the feature is loaded.

Example: ['/food', '/food-admin']

Implementation

final List<String> routePrefixes;