arcGISMapServiceSublayerInfo property

ArcGISMapServiceSublayerInfo? arcGISMapServiceSublayerInfo

The sublayer's metadata.

The sublayer metadata once the sublayer is loaded. Will return null if an error occurs or if the sublayer is not loaded.

Implementation

ArcGISMapServiceSublayerInfo? get arcGISMapServiceSublayerInfo =>
    _arcGISMapServiceSublayerInfo.value;