menu
dungeon_world_data package
documentation
_repository.dart
RepositoryItem<T>
getForLocale method
getForLocale method
dark_mode
light_mode
getForLocale
method
T
getForLocale
(
String
locale
)
Get the item data for the given locale.
Implementation
T getForLocale(String locale) => _cache[locale]!;
dungeon_world_data package
documentation
_repository
RepositoryItem<T>
getForLocale method
RepositoryItem class