toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final bodyRows = this.bodyRows;
final caption = this.caption;
final headerRows = this.headerRows;
return {
'annotations': ?annotations,
'bodyRows': ?bodyRows,
'caption': ?caption,
'headerRows': ?headerRows,
};
}