listStyleImage property

String listStyleImage

Implementation

_i2.String get listStyleImage => _i4.getProperty(
      this,
      'listStyleImage',
    );
void listStyleImage=(String value)

Implementation

set listStyleImage(_i2.String value) {
  _i4.setProperty(
    this,
    'listStyleImage',
    value,
  );
}