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