InvokeExpression.constOf constructor
const
InvokeExpression.constOf(
- Expression target,
- List<
Expression> positionalArguments, [ - Map<
String, Expression> namedArguments = const {}, - List<
Reference> typeArguments = const [], - String? name,
Implementation
const InvokeExpression.constOf(
this.target,
this.positionalArguments, [
this.namedArguments = const {},
this.typeArguments = const [],
this.name,
]) : type = InvokeExpressionType.constInstance,
isConst = true;