args property
Object?
get
args
args (getter)
python docstring
An invalid operation was attempted on a value that doesn't support it.
Implementation
Object? get args => getAttribute("args");
set
args
(Object? args)
args (setter)
python docstring
An invalid operation was attempted on a value that doesn't support it.
Implementation
set args(Object? args) => setAttribute("args", args);