src property
String
get
src
The address or URL of the a media resource that is to be considered.
Implementation
_i2.String get src => _i4.getProperty(
this,
'src',
);
set
src
(String value)
Implementation
set src(_i2.String value) {
_i4.setProperty(
this,
'src',
value,
);
}