SmartphoneApplicationData constructor
SmartphoneApplicationData({
- StudyDescription? studyDescription,
- DataEndPoint? dataEndPoint,
- String? privacySchemaName,
- Map<
String, dynamic> ? applicationData,
Implementation
SmartphoneApplicationData({
this.studyDescription,
this.dataEndPoint,
this.privacySchemaName,
this.applicationData,
}) : super();