TranslationValue.fromJson constructor

TranslationValue.fromJson(
  1. String source
)

Implementation

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