NestedResultTable constructor

NestedResultTable(
  1. NestedStarResultColumn from,
  2. String name,
  3. MoorEntityWithResultSet table, {
  4. bool isNullable = true,
})

Implementation

NestedResultTable(this.from, this.name, this.table, {this.isNullable = true});