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