arguments property
Object?
get
arguments
Arguments that will be sent to the cube through the onReady () method If this argument is not set, ModalRoute.of(context)?.settings?.Arguments will be sent
Implementation
Object? get arguments => null;