matchedLocation property

  1. @override
String matchedLocation
final

The location string that matches the route.

for example:

uri = '/family/f2/person/p2' route = GoRoute('/family/:id')

matchedLocation = '/family/f2'

Implementation

@override
final String matchedLocation;