RelationshipReader constructor

const RelationshipReader(
  1. int type, {
  2. String? localKey,
  3. String? foreignKey,
  4. String? foreignTable,
  5. bool cascadeOnDelete = false,
  6. DartType? through,
  7. OrmBuildContext? foreign,
  8. OrmBuildContext? throughContext,
  9. JoinType? joinType,
})

Implementation

const RelationshipReader(this.type,
    {this.localKey,
    this.foreignKey,
    this.foreignTable,
    this.cascadeOnDelete = false,
    this.through,
    this.foreign,
    this.throughContext,
    this.joinType});