toJson method

Map<String, dynamic> toJson()

Implementation

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