TableCollectionBase constructor

TableCollectionBase(
  1. SqfEntityTableBase childTable,
  2. SqfEntityFieldRelationshipBase childTableField, {
  3. RelationType? relationType,
})

Implementation

TableCollectionBase(
  this.childTable,
  this.childTableField, {
  this.relationType, //this.many2ManyTable
});