InboxableMixin mixin

A mixin containing inbox functionality.

Implemented types
Mixin Applications

Properties

data Map?
Returns the raw properties dictionary for this object.
no setterinherited
fullname String?
The fullname of a Reddit object.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
The id of a Reddit object.
no setterinherited
infoParams Map<String, String>?
no setterinherited
infoPath String
no setterinherited
newItem bool
Returns true if the Inbox item is new.
no setter
reddit Reddit
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
The subject of the Inbox item.
no setter
wasComment bool
Returns true if the current Inbox reply was from a Comment.
no setter

Methods

block() Future<void>
Block the user who sent the item.
collapse() Future<void>
Mark the item as collapsed.
markRead() Future<void>
Mark the item as read.
markUnread() Future<void>
Mark the item as unread.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() Future
Requests updated information from the Reddit API and updates the current object properties.
inherited
remove() Future<void>
Removes the message from the recipient's view of their inbox.
toString() String
A string representation of this object.
inherited
uncollapse() Future<void>
Mark the item as collapsed.

Operators

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