pitch property

num get pitch

Implementation

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

Implementation

set pitch(_i2.num value) {
  _i4.setProperty(
    this,
    'pitch',
    value,
  );
}