api_model library
Classes
- QuestionAnswer
- Represents a question and its corresponding solution.
Functions
-
questionAnswerFromJson(
String str) → QuestionAnswer - Converts a JSON String to a QuestionAnswer object.
-
questionAnswerToJson(
QuestionAnswer data) → String - Converts a QuestionAnswer object to a JSON String.