TableWriter constructor

TableWriter(
  1. MoorTable table,
  2. Scope scope
)

Implementation

TableWriter(this.table, this.scope);