Participation class
Uniquely identifies the participation of an account in a study deployment.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.none, includeIfNull: false)
Constructors
- Participation.new(String studyDeploymentId, String id)
-
Participation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
Unique id for this participation.
getter/setter pair
- isRegistered ↔ bool?
-
True when the device is already registered in the study deployment; false otherwise.
In case a device is registered, it needs to be unregistered first before a new device can be registered.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studyDeploymentId ↔ String
-
The CARP study deployment ID.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited