CommentModeration class

Provides a set of moderation functions for a Comment.

Mixed in types

Properties

content Comment
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

approve() Future<void>
Approve a Comment or Submission.
inherited
distinguish({required DistinctionType how, bool sticky = false}) Future<void>
Distinguish a Comment or Submission.
inherited
ignoreReports() Future<void>
Ignore Future
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove({bool spam = false}) Future<void>
Remove a Comment or Submission.
inherited
toString() String
A string representation of this object.
inherited
undistinguish() Future<void>
Remove distinguishing on a Comment or Submission.
inherited
unignoreReports() Future<void>
Resume receiving Future
inherited

Operators

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