pitch property

double pitch

Implementation

double get pitch => js_util.getProperty(this, 'pitch');
void pitch=(double newValue)

Implementation

set pitch(double newValue) {
  js_util.setProperty(this, 'pitch', newValue);
}