MapLocalizationLoader constructor

MapLocalizationLoader(
  1. Map<String, Map<String, String>> map
)

Create a MapLocalizationLoader based on the map.

Implementation

MapLocalizationLoader(this.map);