Translations.fromRawJson constructor
Translations.fromRawJson(
- String str
Implementation
factory Translations.fromRawJson(String str) =>
Translations.fromJson(json.decode(str));
factory Translations.fromRawJson(String str) =>
Translations.fromJson(json.decode(str));