Joins constructor

Joins({
  1. String? tableName,
  2. String? tableTarget,
  3. String? columnBase,
  4. String? columnName,
  5. String? operator,
})

Implementation

Joins({this.tableName, this.tableTarget, this.columnBase, this.columnName, this.operator});