LikeExpr constructor

LikeExpr(
  1. Expr value,
  2. Expr pattern, {
  3. Expr? escape,
  4. bool negated = false,
})

Implementation

LikeExpr(this.value, this.pattern, {this.escape, this.negated = false});