counterReset property
String
get
counterReset
Implementation
_i2.String get counterReset => _i4.getProperty(
this,
'counterReset',
);
set
counterReset
(String value)
Implementation
set counterReset(_i2.String value) {
_i4.setProperty(
this,
'counterReset',
value,
);
}