InstantiateExpr constructor
InstantiateExpr(
- Expression classExpr,
- List<
Expression> args, { - OutputType? type,
- List<
OutputType> ? typeArguments, - List<
NamedExpr> namedArgs = const [],
Implementation
InstantiateExpr(
this.classExpr,
this.args, {
OutputType? type,
this.typeArguments,
this.namedArgs = const [],
}) : super(type);