protocolApiLevel property

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

The API level used by this study protocol.

Implementation

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