listStyleImage property
Gets the value of "list-style-image"
Implementation
String get listStyleImage => this._listStyleImage;
Sets the value of "list-style-image"
Implementation
set listStyleImage(String value) {
_listStyleImage = value == null ? '' : value;
}