sublayerInfos property
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;
The collection of sublayers of the WMSLayer.
The WMS sublayer infos are returned in a List containing WmsLayerInfo
types.
List<WmsLayerInfo> get sublayerInfos => _sublayerInfos.value;