table property
The sublayer's feature table.
This only applies to sublayers of type ArcGISMapServiceSublayerType.featureLayer or ArcGISMapServiceSublayerType.table. This method returns null if the sublayer has not been loaded.
Implementation
ServiceFeatureTable? get table => _table.value;