args property
dynamic
get
args
Retrieves the arguments passed to the current page.
Implementation
dynamic get args => pageSettings?.arguments;
Retrieves the arguments passed to the current page.
dynamic get args => pageSettings?.arguments;