WhereHas constructor

WhereHas(
  1. String tableName, {
  2. String? otherTableName,
})

Implementation

WhereHas(this.tableName, {this.otherTableName}) : super(columnName: null, type: WhereTypes.whereHas);