isBounced property

bool get isBounced

True if the message is bounced by the moderation system.

Implementation

bool get isBounced => moderation?.action == ModerationAction.bounce;