srcUrl property
String
get
srcUrl
Implementation
_i2.String get srcUrl => _i5.getProperty(
this,
'srcUrl',
);
set
srcUrl
(String value)
Implementation
set srcUrl(_i2.String value) {
_i5.setProperty(
this,
'srcUrl',
value,
);
}