displayHeight property

int get displayHeight

Implementation

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

Implementation

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