arguments property
The arguments passed to this route.
May be used when building the route, e.g. in Navigator.onGenerateRoute.
Implementation
@override
final Object? arguments;
The arguments passed to this route.
May be used when building the route, e.g. in Navigator.onGenerateRoute.
@override
final Object? arguments;