enable property Null safety

bool enable
@JsonKey(defaultValue: false), read / write

Check if the content is moderated by GuardEase. The option is valid for accounts that have activated GuardEase. The default value is true. If your app uses GuardEase, messages are moderated by GuardEase by default. If the enable option is set to false for a message, the message will be reviewed by generic anti-spam rules instead of GuardEase.

Implementation

@JsonKey(defaultValue: false)
bool enable = true;