add_note property
Object?
get
add_note
add_note (getter)
python docstring
A name was attempted to be used that does not exist inside of the environment.
Implementation
Object? get add_note => getAttribute("add_note");
set
add_note
(Object? add_note)
add_note (setter)
python docstring
A name was attempted to be used that does not exist inside of the environment.
Implementation
set add_note(Object? add_note) => setAttribute("add_note", add_note);