getLandTypes method

Future<Catalog> getLandTypes()

GET /catalog/land-types

Convenience method for calling getCatalog with CatalogType.landTypes.

Implementation

Future<Catalog> getLandTypes() => getCatalog(CatalogType.landTypes);