ParticipantData class

Expected participant data for all participants in a study deployment with studyDeploymentId.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.none, includeIfNull: false)

Constructors

ParticipantData({required String studyDeploymentId, Map<String, Data?> common = const {}, List<RoleData> roles = const []})
ParticipantData.fromJson(Map<String, dynamic> json)
factory

Properties

common Map<String, Data?>
Data that is related to everyone in the study deployment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
roles List<RoleData>
Data that is related to specific roles in the study deployment.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studyDeploymentId String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited