getAll method

Map<String, String> getAll()

Gets all translated strings

Implementation

Map<String, String> getAll() {
  return _strings;
}