ASTTypeArray<T extends ASTType<V>, V> constructor

ASTTypeArray<T extends ASTType<V>, V>(
  1. T componentType
)

Implementation

ASTTypeArray(this.componentType) : super('List', generics: [componentType]);