clientAntiSpam property Null safety

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

hit by anti-spam rules on the client and handled on the server.

Implementation

@JsonKey(defaultValue: false)
bool clientAntiSpam;