matchedLocation property

String matchedLocation

The location string that matches the route.

for example:

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

matchedLocation = '/family/f2'

Implementation

String get matchedLocation;