ModerationDecision class final
Constructors
- ModerationDecision.init({String did = '', bool me = false})
-
factory
-
ModerationDecision.merge(List<
ModerationDecision> decisions) -
factory
Properties
Methods
-
addBlockedBy(
) → void -
addBlocking(
) → void -
addBlockingByList(
ListViewBasic blockingByList) → void -
addBlockOther(
) → void -
addHidden(
) → void -
addLabel(
{required LabelTarget target, required Label label, required ModerationOpts opts}) → void -
addMuted(
) → void -
addMutedByList(
ListViewBasic mutedByList) → void -
addMutedWord(
) → void -
downgrade(
) → ModerationDecision -
getUI(
ModerationBehaviorContext context) → ModerationUI -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited