ShowTranslation.fromJson constructor

ShowTranslation.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ShowTranslation.fromJson(Map<String, dynamic> json) =>
    _$ShowTranslationFromJson(json);