bytes property

int get bytes

Implementation

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

Implementation

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