fftSize property

int fftSize

Implementation

int get fftSize => js_util.getProperty(this, 'fftSize');
void fftSize=(int newValue)

Implementation

set fftSize(int newValue) {
  js_util.setProperty(this, 'fftSize', newValue);
}