Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['title'] = title; map['hint'] = hint; map['reason'] = reason; return map; }