DataClassWriter constructor
DataClassWriter(
- MoorEntityWithResultSet table,
- Scope scope
Implementation
DataClassWriter(this.table, this.scope) {
_buffer = scope.leaf();
}