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