visitTypeParameterType method

  1. @override
R visitTypeParameterType(
  1. TypeParameterType type,
  2. A argument
)
override

Implementation

@override
R visitTypeParameterType(TypeParameterType type, A argument) {
  return visitDartType(type, argument);
}