StudyInvitation class

A description of a study, shared with participants once they are invited to a study.

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

Constructors

StudyInvitation(String name, String description)
StudyInvitation.fromJson(Map<String, dynamic> json)
factory

Properties

applicationData String?
Application-specific data to be shared with clients when they are invited to a study.
getter/setter pair
description String
A description of the study clarifying to participants what it is about.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
A descriptive name for the study to be shown to participants.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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