NavigateToCommand.named constructor
NavigateToCommand.named(
- String named
Implementation
NavigateToCommand.named(String named)
: this(
directions: NavigationDirections(
routeBuilder: () => named,
),
);