maxBufferSize property

int maxBufferSize

Implementation

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

Implementation

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