core.Map<core.String, core.dynamic> toJson() { final studentIds = this.studentIds; return {'studentIds': ?studentIds}; }