Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'course_id'] = this.courseId; json[r'name'] = this.name; json[r'user_count'] = this.userCount; return json; }