IsExpression constructor

IsExpression(
  1. bool negated,
  2. Expression left,
  3. Expression right, {
  4. bool distinctFromSyntax = false,
})

Implementation

IsExpression(this.negated, this.left, this.right,
    {this.distinctFromSyntax = false});