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