The location string that matches the route.
for example:
uri = '/family/f2/person/p2' route = GoRoute('/family/:id')
matchedLocation = '/family/f2'
String get matchedLocation;