GoogleCloudDocumentaiV1DocumentPageTableTableRow constructor

GoogleCloudDocumentaiV1DocumentPageTableTableRow({
  1. List<GoogleCloudDocumentaiV1DocumentPageTableTableCell>? cells,
})

Implementation

GoogleCloudDocumentaiV1DocumentPageTableTableRow({
  this.cells,
});