src property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getsrc
Gets the value of "src"
Implementation
String get src => getPropertyValue('src');
setsrc (String value)
Sets the value of "src"
Implementation
set src(String value) {
setProperty('src', value, '');
}