isSafe property

bool isSafe

Whether the moderation request is safe or not.

Implementation

bool get isSafe =>
    !hate &&
    !hateAndThreatening &&
    !selfHarm &&
    !sexual &&
    !sexualAndMinors &&
    !violence &&
    !violenceAndGraphic;