ExternalExpr constructor

ExternalExpr(
  1. CompileIdentifierMetadata value, {
  2. OutputType? type,
  3. List<OutputType>? typeParams,
})

Implementation

ExternalExpr(this.value, {OutputType? type, this.typeParams}) : super(type);