ExternalExpr constructor
ExternalExpr(
- CompileIdentifierMetadata value, {
- OutputType? type,
- List<
OutputType> ? typeParams,
Implementation
ExternalExpr(
this.value, {
OutputType? type,
this.typeParams,
}) : super(type);