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