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