bytesPerRow property

int bytesPerRow

Implementation

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

Implementation

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