codedHeight property

int codedHeight

Implementation

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

Implementation

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