codedHeight property

int get codedHeight

Implementation

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

Implementation

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