bytes property

int bytes

Implementation

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

Implementation

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