arguments property

Object? arguments
finalinherited

The arguments passed to this route.

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

Implementation

final Object? arguments;