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