StudyProtocolId constructor

StudyProtocolId(
  1. String ownerId,
  2. String name
)

Implementation

StudyProtocolId(this.ownerId, this.name);