counterSet property

String counterSet

Implementation

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

Implementation

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