Latin.fromRawJson constructor

Latin.fromRawJson(
  1. String str
)

Implementation

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