ModmailConversationRef class

A lazily initialized class which represents a Modmail conversation. Can be promoted to a ModmailConversation.

Inheritance
Implementers

Constructors

ModmailConversationRef(Reddit reddit, String? id, {bool markRead = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
A unique ID for this conversation.
final
infoParams Map<String, String>?
no setteroverride
infoPath String
The base request format for the current object.
no setteroverride
reddit Reddit
The current Reddit instance.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
THe subject line of this conversation.
final

Methods

fetch() Future
Requests the data associated with the current object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
populate() Future<ModmailConversation>
Promotes this ModmailConversationRef into a populated ModmailConversation.
toString() String
A string representation of this object.
inherited

Operators

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