arguments property
Object?
get
arguments
return the arguments of the current page
Implementation
Object? get arguments {
return settings.arguments;
}
return the arguments of the current page
Object? get arguments {
return settings.arguments;
}