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