fromJsonModel static method

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

Implementation

static ShowTranslation fromJsonModel(Map<String, dynamic> json) =>
    ShowTranslation.fromJson(json);