counterReset property

String counterReset

Implementation

_i2.String get counterReset => _i4.getProperty(
      this,
      'counterReset',
    );
void counterReset=(String value)

Implementation

set counterReset(_i2.String value) {
  _i4.setProperty(
    this,
    'counterReset',
    value,
  );
}