geoPackageFeatureTables property

List<GeoPackageFeatureTable> geoPackageFeatureTables

The immutable collection of geopackage feature tables contained in the GeoPackage.

Implementation

List<GeoPackageFeatureTable> get geoPackageFeatureTables =>
    _geoPackageFeatureTables.value;