menu
dungeon_world_data package
documentation
_repository.dart
RepositoryMap<K, V>
getItemFor method
getItemFor method
dark_mode
light_mode
getItemFor
method
V
getItemFor
(
String
locale
,
String
key
)
Implementation
V getItemFor(String locale, String key) => _cache[locale]![key]!;
dungeon_world_data package
documentation
_repository
RepositoryMap<K, V>
getItemFor method
RepositoryMap class