responsesSent property
num?
get
responsesSent
Implementation
_i2.num? get responsesSent => _i4.getProperty(
this,
'responsesSent',
);
set
responsesSent
(num? value)
Implementation
set responsesSent(_i2.num? value) {
_i4.setProperty(
this,
'responsesSent',
value ?? _i6.undefined,
);
}