layers property
This read-only property returns an iterator for this Diagram's Layers.
Implementation
_i3.Iterator<_i3.Layer> get layers => _i4.getProperty(
this,
'layers',
);
This read-only property returns an iterator for this Diagram's Layers.
_i3.Iterator<_i3.Layer> get layers => _i4.getProperty(
this,
'layers',
);