counterReset property Null safety

String counterReset

Gets the value of "counter-reset"

Implementation

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

Sets the value of "counter-reset"

Implementation

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