route property

String route

Get the matched route URI of the current request

Implementation

String get route =>
    store.tryGet<HttpRouteMatch>('_internal_match')?.route.route ?? '';