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