subtypeSublayers property
The mutable collection of SubtypeSublayer
.
The objects in this collection are the same objects in LayerContent.subLayerContents. The difference between the two collections is this collection is modifiable so the layer order is configurable.
Implementation
List<SubtypeSublayer> get subtypeSublayers => _subtypeSublayers.value;