TranslationValue.fromJson constructor
TranslationValue.fromJson(
- String source
Implementation
factory TranslationValue.fromJson(String source) =>
TranslationValue.fromMap(json.decode(source) as Map<String, dynamic>);