source property
Object?
get
source
source (getter)
python docstring
The provided source text could not be parsed correctly.
Implementation
Object? get source => getAttribute("source");
set
source
(Object? source)
source (setter)
python docstring
The provided source text could not be parsed correctly.
Implementation
set source(Object? source) => setAttribute("source", source);