arguments property

Object? arguments
final

Optional object to be passed either in NavigationType.shouldPush or NavigationType.shouldReplace.

It will be ignored if passed with type NavigationType.shouldPop

Implementation

final Object? arguments;