String listStyle

Gets the value of "list-style"

Source

String get listStyle => this._listStyle;
void listStyle=(String value)

Sets the value of "list-style"

Source

set listStyle(String value) {
  _listStyle = value == null ? '' : value;
}