NewsEntry 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) NewsSlide?
The slides belonging to this news item
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reactions() Future<ReactionManager>
get the reaction manager
roomId() RoomId
get room id
sender() UserId
get sender id
slides() FfiListNewsSlide
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