getCardNames method

Future<Catalog> getCardNames()

GET /catalog/card-names

Convenience method for calling getCatalog with CatalogType.cardNames.

Implementation

Future<Catalog> getCardNames() => getCatalog(CatalogType.cardNames);