sublayerInfos property

List<WmsLayerInfo> sublayerInfos

The collection of sublayers of the WMSLayer.

The WMS sublayer infos are returned in a List containing WmsLayerInfo types.

Implementation

List<WmsLayerInfo> get sublayerInfos => _sublayerInfos.value;