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