pitch property
double
get
pitch
Implementation
double get pitch => js_util.getProperty(this, 'pitch');
set
pitch
(double newValue)
Implementation
set pitch(double newValue) {
js_util.setProperty(this, 'pitch', newValue);
}