CustomTranslation.fromJson constructor

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

Implementation

CustomTranslation.fromJson(Map<String, dynamic> json)
    : translationMap = json['translationMap'];