MailTemplateDTO.fromJson(Map<String, dynamic> json) : super.fromJson(json) { name = json['name']; title = json['title']; content = json['content']; design = json['design']; }