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