arguments property

T? arguments
getter/setter pair

arguments is an optional extra if a complex object needs to be passed to the route. Defaults to the RouteSettings argument.

Implementation

late T? arguments;