getSpellTypes method

Future<Catalog> getSpellTypes()

GET /catalog/spell-types

Convenience method for calling getCatalog with CatalogType.spellTypes.

Implementation

Future<Catalog> getSpellTypes() => getCatalog(CatalogType.spellTypes);