initialLocation property

String? initialLocation
final

The initial location for this route branch.

If none is specified, the location of the first descendant GoRoute will be used (i.e. defaultRoute). The initial location is used when loading the branch for the first time (for instance when switching branch using the goBranch method).

Implementation

final String? initialLocation;