TableCollection constructor

const TableCollection(
  1. SqfEntityTable childTable,
  2. SqfEntityFieldRelationship childTableField
)

Implementation

const TableCollection(this.childTable, this.childTableField);