layout property

Implementation

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

Implementation

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