fftSize property
num?
get
fftSize
Implementation
_i2.num? get fftSize => _i4.getProperty(
this,
'fftSize',
);
set
fftSize
(num? value)
Implementation
set fftSize(_i2.num? value) {
_i4.setProperty(
this,
'fftSize',
value ?? _i6.undefined,
);
}