String counterReset

Gets the value of "counter-reset"

Source

String get counterReset => getPropertyValue('counter-reset');
void counterReset=(String value)

Sets the value of "counter-reset"

Source

set counterReset(String value) {
  setProperty('counter-reset', value, '');
}