samplerate property

num? get samplerate

Implementation

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

Implementation

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