ExistsExpr constructor

ExistsExpr(
  1. bool run(
    1. Map<String, Object?> outerRow
    ), {
  2. bool negated = false,
})

Implementation

ExistsExpr(this.run, {this.negated = false});