bytesPerRow property

int get bytesPerRow

Implementation

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

Implementation

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