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