arguments property

  1. @override
Object? arguments
final

The arguments passed to this route.

May be used when building the route, e.g. in Navigator.onGenerateRoute.

Implementation

@override
final Object? arguments;