isBufferedBytes property

bool get isBufferedBytes

Implementation

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

Implementation

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