to property
A list of paths that will form the new navigation stack. The Wouter router will clear its current stack and then push each of these paths in order. Paths will be resolved by Wouter (e.g., relative paths are resolved against the current context before the reset operation).
Implementation
final List<String> to;