Gets the value of "list-style-type"
Source
String get listStyleType => this._listStyleType;
Sets the value of "list-style-type"
Source
set listStyleType(String value) {
_listStyleType = value == null ? '' : value;
}
Gets the value of "list-style-type"
String get listStyleType => this._listStyleType;
Sets the value of "list-style-type"
set listStyleType(String value) {
_listStyleType = value == null ? '' : value;
}