layout property
Iterable<PlaneLayout>
get
layout
Implementation
Iterable<PlaneLayout> get layout => js_util.getProperty(this, 'layout');
set
layout
(Iterable<PlaneLayout> newValue)
Implementation
set layout(Iterable<PlaneLayout> newValue) {
js_util.setProperty(this, 'layout', newValue);
}