factory UQuestionOptionJson.fromMap(Map<String, dynamic> json) => UQuestionOptionJson( title: json["title"], hint: json["hint"], score: json["score"], );