CastExpr constructor
CastExpr(
- Expression value,
- OutputType? type
Implementation
CastExpr(this.value, OutputType? type) : super(type);
CastExpr(this.value, OutputType? type) : super(type);