JoinNode constructor

JoinNode(
  1. Object? table,
  2. String? alias,
  3. Object condition,
  4. JoinType type,
)

Implementation

JoinNode(this.table, this.alias, this.condition, this.type);