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