isBufferedBytes property

bool isBufferedBytes

Implementation

bool get isBufferedBytes => js_util.getProperty(this, 'isBufferedBytes');
void isBufferedBytes=(bool newValue)

Implementation

set isBufferedBytes(bool newValue) {
  js_util.setProperty(this, 'isBufferedBytes', newValue);
}