sublayerResults property
The identify layer result's list of sub results.
For layers that do not contain sublayers, this array will be empty.
Implementation
List<IdentifyLayerResult> get sublayerResults => _sublayerResults.value;
The identify layer result's list of sub results.
For layers that do not contain sublayers, this array will be empty.
List<IdentifyLayerResult> get sublayerResults => _sublayerResults.value;