Translations.fromRawJson constructor

Translations.fromRawJson(
  1. String str
)

Implementation

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