menu
dutato
data/models/reading_question_model.dart
ReadingQuestionModel
toJson abstract method
toJson
dark_mode
light_mode
description
toJson
abstract method
Map
<
String
,
dynamic
>
toJson
(
)
inherited
Serializes this ReadingQuestionModel to a JSON map.
Implementation
Map<String, dynamic> toJson();
dutato
reading_question_model
ReadingQuestionModel
toJson abstract method
ReadingQuestionModel class