Block constructor
Block({})
Implementation
Block({
this.blockType,
this.columnIndex,
this.columnSpan,
this.confidence,
this.entityTypes,
this.geometry,
this.id,
this.page,
this.relationships,
this.rowIndex,
this.rowSpan,
this.selectionStatus,
this.text,
this.textType,
});