Memorize({Map<Symbol, LiveData>? init}) { if (init != null) { for (var entry in init.entries) { put(entry.key, entry.value.value); } } }