route property
String
get
route
Get the matched route URI of the current request
Implementation
String get route =>
store.tryGet<HttpRouteMatch>('_internal_match')?.route.route ?? '';
Get the matched route URI of the current request
String get route =>
store.tryGet<HttpRouteMatch>('_internal_match')?.route.route ?? '';