ModmailAction class

A class that represents an action taken by a moderator in a ModmailConversation.

Constructors

ModmailAction.parse(Reddit reddit, Map<String, dynamic> data)

Properties

actionType ModmailActionType
The type of moderator action taken.
no setter
author Redditor
The Redditor who applied the moderator action.
no setter
data Map<String, dynamic>
final
date DateTime
The date the action was made.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
A unique ID associated with this action.
no setter
reddit Reddit
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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