args property

Object? get args

args (getter)

python docstring

A name was attempted to be used that does not exist inside of the environment.

Implementation

Object? get args => getAttribute("args");
set args (Object? args)

args (setter)

python docstring

A name was attempted to be used that does not exist inside of the environment.

Implementation

set args(Object? args) => setAttribute("args", args);