counterReset property
Gets the value of "counter-reset"
Implementation
String get counterReset => getPropertyValue('counter-reset');
Sets the value of "counter-reset"
Implementation
set counterReset(String value) {
setProperty('counter-reset', value, '');
}