getDeck method
- ItemLocation location
Implementation
DeckDefinition? getDeck(ItemLocation location) =>
getPack(location.namespace)?.getDeck(location.id);
DeckDefinition? getDeck(ItemLocation location) =>
getPack(location.namespace)?.getDeck(location.id);