MemoryTranslationLoader constructor

MemoryTranslationLoader(
  1. Map<String, String> values
)

Creates a TranslationLoader instance with the given values to utilize.

This is non-blocking as it does not need to wait for any external data.

Implementation

MemoryTranslationLoader(
  this.values,
);