windowDimensions property

Iterable<int> windowDimensions

Implementation

Iterable<int> get windowDimensions =>
    js_util.getProperty(this, 'windowDimensions');
void windowDimensions=(Iterable<int> newValue)

Implementation

set windowDimensions(Iterable<int> newValue) {
  js_util.setProperty(this, 'windowDimensions', newValue);
}