Activity class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

drop() → void
Manually drops the object and unregisters the FinalizableHandle.
eventIdStr() String
the event_id as a string
membershipChange() MembershipChange?
the details of this membership change activity
msgContent() MsgContent?
content of this activity (e.g. comment), if any
name() String?
The name of the object (e.g. Attachment filename) if given
newDate() UtcDateTime?
the date on eventDateChange (started or ended) or taskDueDateChane
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
object() ActivityObject?
the object this activity happened on, if any
originServerTs() int
the server receiving timestamp in milliseconds
reactionKey() String?
reaction specific: the reaction key used
refDetails() RefDetails?
if the added information is a reference
roomIdStr() String
the room_id of this event
senderIdStr() String
the sender of this event as a string
subTypeStr() String?
the sub type of this activity as a string, in particular for attachments e.g. image, video, audio, file, link, location, etc.
targetUrl() String
where to route to for the details of this activity
toString() String
A string representation of this object.
inherited
typeStr() String
the type of this activity as a string e.g. invited, invitationAccepted

Operators

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