DiaryNoteExportInfoDto constructor

DiaryNoteExportInfoDto({
  1. List<String> secretForeignKeys = const [],
  2. List<String> excludedIds = const [],
  3. HealthcarePartyDto? recipient,
  4. String? softwareName,
  5. String? softwareVersion,
  6. List<String> tags = const [],
  7. List<String> contexts = const [],
  8. bool? psy,
  9. String? documentId,
  10. String? attachmentId,
  11. String? note,
})

Returns a new DiaryNoteExportInfoDto instance.

Implementation

DiaryNoteExportInfoDto({
  this.secretForeignKeys = const [],
  this.excludedIds = const [],
  this.recipient,
  this.softwareName,
  this.softwareVersion,
  this.tags = const [],
  this.contexts = const [],
  this.psy,
  this.documentId,
  this.attachmentId,
  this.note,
});