ASTTypeInterface<V> constructor

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

Implementation

ASTTypeInterface(super.name,
    {super.generics, ASTType? superInterface, super.annotations})
    : super(superType: superInterface);