codedWidth property

int codedWidth

Implementation

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

Implementation

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