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