arguments property
dynamic
get
arguments
Implementation
static dynamic get arguments =>
MirrorFlyNavigationObserver.current?.settings.arguments != null
? MirrorFlyNavigationObserver.current!.settings.arguments
: null;