TabShellRoutePath constructor

TabShellRoutePath(
  1. String route
)

Implementation

TabShellRoutePath(String route) {
  _route = route;
}