JournalComponent constructor

const JournalComponent({
  1. ClassificationProperty? classification,
  2. DateTimeCreatedProperty? dateTimeCreated,
  3. DescriptionProperty? description,
  4. DateTimeStartProperty? dateTimeStart,
  5. DateTimeStampProperty? dateTimeStamp,
  6. LastModifiedProperty? lastModified,
  7. OrganizerProperty? organizer,
  8. RecurrenceIdProperty? recurrenceId,
  9. SequenceProperty? sequence,
  10. StatusProperty? status,
  11. SummaryProperty? summary,
  12. UniqueIdentifierProperty? uniqueIdentifier,
  13. URLProperty? url,
  14. List<UriAttachmentProperty>? uriAttachments,
  15. List<BinaryAttachmentProperty>? binaryAttachments,
  16. List<AttendeeProperty>? attendees,
  17. List<CategoriesProperty>? categories,
  18. List<CommentProperty>? comments,
  19. List<ContactProperty>? contacts,
  20. List<ExceptionDateTimesProperty>? exceptionDateTimes,
  21. List<ExceptionRuleProperty>? exceptionRules,
  22. List<RelatedToProperty>? relatedTo,
  23. List<RecurrenceDateTimesProperty>? recurrenceDateTimes,
  24. List<RecurrenceRuleProperty>? recurrenceRules,
  25. List<RequestStatusProperty>? requestStatuses,
})

Implementation

const JournalComponent({
  this.classification,
  this.dateTimeCreated,
  this.description,
  this.dateTimeStart,
  this.dateTimeStamp,
  this.lastModified,
  this.organizer,
  this.recurrenceId,
  this.sequence,
  this.status,
  this.summary,
  this.uniqueIdentifier,
  this.url,
  this.uriAttachments,
  this.binaryAttachments,
  this.attendees,
  this.categories,
  this.comments,
  this.contacts,
  this.exceptionDateTimes,
  this.exceptionRules,
  this.relatedTo,
  this.recurrenceDateTimes,
  this.recurrenceRules,
  this.requestStatuses,
}) : super("VJOURNAL");