sublayers property
The collection of the sublayers in this WMS layer.
This is a flat, ordered list of named sublayers.
Implementation
List<LayerContent> get sublayers => _sublayers.value;
The collection of the sublayers in this WMS layer.
This is a flat, ordered list of named sublayers.
List<LayerContent> get sublayers => _sublayers.value;