totalSamplesReceived property

num? get totalSamplesReceived

Implementation

_i2.num? get totalSamplesReceived => _i4.getProperty(
      this,
      'totalSamplesReceived',
    );
set totalSamplesReceived (num? value)

Implementation

set totalSamplesReceived(_i2.num? value) {
  _i4.setProperty(
    this,
    'totalSamplesReceived',
    value ?? _i6.undefined,
  );
}