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