ASTType<V> constructor

ASTType<V>(
  1. String name, {
  2. List<ASTType>? generics,
  3. ASTType? superType,
  4. List<ASTAnnotation>? annotations,
})

Implementation

ASTType(this.name, {this.generics, this.superType, this.annotations});