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