bytesRead property

int bytesRead

Implementation

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

Implementation

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