responsible property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
StudyResponsible? responsible

The PI responsible for this protocol.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
StudyResponsible? get responsible => studyDescription?.responsible;