isBounced property
bool
get
isBounced
True if the message is bounced by the moderation system.
Implementation
bool get isBounced => moderation?.action == ModerationAction.bounce;
True if the message is bounced by the moderation system.
bool get isBounced => moderation?.action == ModerationAction.bounce;