toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
toJson() {
  return {"class_id": classId};
}