typeArguments property

List<TypeDeclaration> typeArguments
final

Whether the type arguments to the entity (ex 'Bar' to 'Foo

Implementation

final List<TypeDeclaration> typeArguments;