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