Story class
A news entry
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
-
canRedact(
) → Future< bool> - whether or not this user can redact this item
-
comments(
) → Future< CommentsManager> - get the comment manager
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
eventId(
) → EventId - get event id
-
getSlide(
int pos) → StorySlide? - The slides belonging to this news item
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
originServerTs(
) → int - get timestamp of this event
-
reactions(
) → Future< ReactionManager> - get the reaction manager
-
readReceipts(
) → Future< ReadReceiptsManager> - get the read receipt manager
-
roomId(
) → RoomId - get room id
-
sender(
) → UserId - get sender id
-
slides(
) → FfiListStorySlide - get all slides of this news item
-
slidesCount(
) → int - the slides count in this news item
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited