instanceCreationExpression abstract method
InstanceCreationExpression
instanceCreationExpression(
- Token? keyword,
- ConstructorName constructorName,
- ArgumentList argumentList, {
- TypeArgumentList? typeArguments,
Returns a newly created instance creation expression.
Implementation
InstanceCreationExpression instanceCreationExpression(Token? keyword,
ConstructorName constructorName, ArgumentList argumentList,
{TypeArgumentList? typeArguments});