TranslationVote.fromJson constructor

TranslationVote.fromJson(
  1. String source
)

Implementation

factory TranslationVote.fromJson(String source) =>
    TranslationVote.fromMap(json.decode(source));