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