instanceCreationExpression abstract method

InstanceCreationExpression instanceCreationExpression(
  1. Token? keyword,
  2. ConstructorName constructorName,
  3. ArgumentList argumentList, {
  4. TypeArgumentList? typeArguments,
})

Returns a newly created instance creation expression.

Implementation

InstanceCreationExpression instanceCreationExpression(Token? keyword,
    ConstructorName constructorName, ArgumentList argumentList,
    {TypeArgumentList? typeArguments});