protocolVersionTag property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
String? get protocolVersionTag

The version tag of the study protocol snapshot.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String? get protocolVersionTag => _data.protocolVersionTag;