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