menu
umcs package
documentation
model/is_cohort.dart
IsCohort
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String,dynamic> toJson() { return { "id" : id, "isCohort" : isCohort, "time" : time }; }
umcs package
documentation
model/is_cohort
IsCohort
toJson method
IsCohort class