importExpr function
Implementation
ExternalExpr importExpr(
CompileIdentifierMetadata id, {
List<OutputType>? typeParams,
}) {
return ExternalExpr(id, typeParams: typeParams);
}
ExternalExpr importExpr(
CompileIdentifierMetadata id, {
List<OutputType>? typeParams,
}) {
return ExternalExpr(id, typeParams: typeParams);
}