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