getBy method Null safety
- StudyProtocolId protocolId,
- [String? versionTag]
Return the StudyProtocol
with the specified protocolId
,
versionTag
is the tag of the specific version of the protocol to return.
The latest version is returned when not specified.
Implementation
Future<StudyProtocol> getBy(StudyProtocolId protocolId, [String? versionTag]);