getPlaneswalkerTypes method

Future<Catalog> getPlaneswalkerTypes()

GET /catalog/planeswalker-types

Convenience method for calling getCatalog with CatalogType.planeswalkerTypes.

Implementation

Future<Catalog> getPlaneswalkerTypes() =>
    getCatalog(CatalogType.planeswalkerTypes);