CalendarEntry class Null safety

Implemented types

Constructors

CalendarEntry([void updates(CalendarEntryBuilder)?])
factory

Properties

activity ContentElement
read-only
dateTime Instant?
read-only
description String?
read-only
hashCode int
The hash code for this object.
read-onlyinherited
id String
read-only
invitations BuiltList<Invitation>
read-only
meetingLocation String?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sender User
read-only

Methods

getParticipantsNotSender() Set<User>
getParticipantsNotUser(User user) Set<User>
getReceiversForUser(User user) Set<User>
getUserInvitationStatus(User user) InvitationStatus?
Returns the invitation status for user. Returns null if user is not invited.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rebuild(dynamic updates(CalendarEntryBuilder)) CalendarEntry
Rebuilds the instance.
inherited
toBuilder() CalendarEntryBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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