CastExpr constructor

CastExpr(
  1. Expression value,
  2. OutputType? type
)

Implementation

CastExpr(this.value, super.type);