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