source property

String source

Implementation

String get source => nodeRoot.src ?? '';
void source=(String newSource)

Implementation

set source(String newSource) {
  nodeRoot.src = newSource;
}