JournalComponent constructor
const
JournalComponent({
- ClassificationProperty? classification,
- DateTimeCreatedProperty? dateTimeCreated,
- DescriptionProperty? description,
- DateTimeStartProperty? dateTimeStart,
- DateTimeStampProperty? dateTimeStamp,
- LastModifiedProperty? lastModified,
- OrganizerProperty? organizer,
- RecurrenceIdProperty? recurrenceId,
- SequenceProperty? sequence,
- StatusProperty? status,
- SummaryProperty? summary,
- UniqueIdentifierProperty? uniqueIdentifier,
- URLProperty? url,
- List<
UriAttachmentProperty> ? uriAttachments, - List<
BinaryAttachmentProperty> ? binaryAttachments, - List<
AttendeeProperty> ? attendees, - List<
CategoriesProperty> ? categories, - List<
CommentProperty> ? comments, - List<
ContactProperty> ? contacts, - List<
ExceptionDateTimesProperty> ? exceptionDateTimes, - List<
ExceptionRuleProperty> ? exceptionRules, - List<
RecurrenceDateTimesProperty> ? recurrenceDateTimes, - List<
RecurrenceRuleProperty> ? recurrenceRules, - 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");