matchedLocation property

String matchedLocation
final

The matched location until this point.

For example:

location = /family/f2/person/p1 route = GoRoute('/family/:id')

matchedLocation = /family/f2

Implementation

final String matchedLocation;