mapServiceSublayerInfo property

ArcGISMapServiceSublayerInfo? mapServiceSublayerInfo

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 mapServiceSublayerInfo =>
    _mapServiceSublayerInfo.value;