core.Map<core.String, core.dynamic> toJson() { final id = this.id; final spamRatio = this.spamRatio; return {'id': ?id, 'spamRatio': ?spamRatio}; }