frequency property

num? get frequency

Implementation

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

Implementation

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