CastExpr constructor

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

Implementation

CastExpr(this.value, OutputType? type) : super(type);