arguments top-level property

Object? arguments

return the arguments of the current page

Implementation

Object? get arguments {
  return settings.arguments;
}