SmartphoneApplicationData constructor

SmartphoneApplicationData({
  1. StudyDescription? studyDescription,
  2. DataEndPoint? dataEndPoint,
  3. String? privacySchemaName,
  4. Map<String, dynamic>? applicationData,
})

Implementation

SmartphoneApplicationData({
  this.studyDescription,
  this.dataEndPoint,
  this.privacySchemaName,
  this.applicationData,
}) : super();