SmartphoneApplicationData constructor

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

Implementation

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