DataClassWriter constructor

DataClassWriter(
  1. MoorEntityWithResultSet table,
  2. Scope scope
)

Implementation

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