basePath property

String? basePath
final

Sets the base path for all child routes, similar to base href in html.toStackRoute By default, this inherits from parent Stacks, in a recursive manner so you normally don't have to set it.

Implementation

final String? basePath;