typeArguments property

  1. @override
TypeArgumentListImpl? typeArguments
final

Return the type arguments associated with this pattern, or null if no type arguments were declared.

Implementation

@override
final TypeArgumentListImpl? typeArguments;