frequency property

num? frequency

Implementation

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

Implementation

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