resolution property

int resolution

Implementation

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

Implementation

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