UpdateCompanionWriter constructor

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

Implementation

UpdateCompanionWriter(this.table, this.scope) {
  _buffer = scope.leaf();
}