applicationData property

Map<String, dynamic>? applicationData
getter/setter pair

Application-specific data to be stored as part of the study protocol which will be included in all deployments of this study protocol.

This can be used by infrastructures or concrete applications which require exchanging additional data between the protocols and clients subsystems, outside of scope or not yet supported by CARP core.

Implementation

Map<String, dynamic>? applicationData;