tables property

List<ServiceFeatureTable> tables

The read-only collection of non-spatial tables in the map image layer.

The collection is specific to this map image layer. Tables are not loaded by default. You can load a table by calling FeatureTable.load or ArcGISMapImageLayer.loadTablesAndLayers. Alternatively, tables are loaded internally when asynchronous operations like query are performed.

Implementation

List<ServiceFeatureTable> get tables => _tables.value;