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