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