fullPath property

String? fullPath
final

The full path to this sub-route, e.g. /family/:fid

For top level redirect, this is the entire path that matches the location. It can be empty if go router can't find a match. In that case, the error contains more information.

Implementation

final String? fullPath;