TwoPartExpression constructor

TwoPartExpression(
  1. Expression expression,
  2. Expression _other
)

Creates a new TwoPartExpression.

Implementation

TwoPartExpression(super.expression, this._other);