CalendarItem class sealed

Implemented types
Implementers

Properties

address Address?
no setter
addressText String?
final
agendaId String?
final
allDay bool?
final
author String?
final
calendarItemTypeId String?
final
cancellationTimestamp int?
final
codes Set<CodeStub>
final
confirmationId String?
final
confirmationTime int?
final
created int?
final
cryptedForeignKeys Map<String, Set<Delegation>>
final
delegations Map<String, Set<Delegation>>
final
deletionDate int?
final
details String?
final
duration int?
final
encryptedSelf Base64String?
final
encryptionKeys Map<String, Set<Delegation>>
final
endOfLife int?
final
endTime int?
final
flowItem FlowItem?
final
hashCode int
The hash code for this object.
no setterinherited
hcpId String?
final
homeVisit bool?
final
id String
final
important bool?
final
masterCalendarItemId String?
final
medicalLocationId String?
final
meetingTags Set<CalendarItemTag>
no setter
modified int?
final
patientId String?
final
phoneNumber String?
final
placeId String?
final
recurrenceId String?
final
responsible String?
final
rev String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretForeignKeys Set<String>
final
securityMetadata SecurityMetadata?
final
startTime int?
final
tags Set<CodeStub>
final
title String?
final
wasMigrated bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode(CalendarItem value) Map<String, dynamic>
override
fromJSON(Map<String, dynamic> data) CalendarItem
override