src property

String src

Implementation

String get src => js_util.getProperty(this, 'src');
void src=(String newValue)

Implementation

set src(String newValue) {
  js_util.setProperty(this, 'src', newValue);
}