getDeckItem method
- ItemLocation location
Implementation
PackItem<DeckDefinition>? getDeckItem(ItemLocation location) =>
getPack(location.namespace)?.getDeckItem(location.id, location.namespace);
PackItem<DeckDefinition>? getDeckItem(ItemLocation location) =>
getPack(location.namespace)?.getDeckItem(location.id, location.namespace);