bytesRead property

int get bytesRead

Implementation

int get bytesRead => js_util.getProperty(this, 'bytesRead');
set bytesRead (int newValue)

Implementation

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