BatchTable constructor

const BatchTable(
  1. Batch batch,
  2. Table table
)

Implementation

const BatchTable(this.batch, this.table);