codedWidth property
int
get
codedWidth
Implementation
int get codedWidth => js_util.getProperty(this, 'codedWidth');
set
codedWidth
(int newValue)
Implementation
set codedWidth(int newValue) {
js_util.setProperty(this, 'codedWidth', newValue);
}