dimensions property

Iterable<int> get dimensions

Implementation

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

Implementation

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