layerInfos property

List<WmsLayerInfo> layerInfos

A collection of WmsLayerInfo objects that describes the layers hosted in this WMS service.

Each WMS layer may have one or more sublayers (WmsLayerInfo.sublayerInfos).

Implementation

List<WmsLayerInfo> get layerInfos => _layerInfos.value;