On this page
counterReset property
String counterResetGets the value of "counter-reset"
Source
String get counterReset => getPropertyValue('counter-reset');
void counterReset=(Sets the value of "counter-reset"
Source
set counterReset(String value) {
setProperty('counter-reset', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/counterReset.html