addTypeParameter method
Adds a type parameter to this element.
Implementation
void addTypeParameter(TypeParameterType typeParameter) {
_typeParameters.add(typeParameter);
}
Adds a type parameter to this element.
void addTypeParameter(TypeParameterType typeParameter) {
_typeParameters.add(typeParameter);
}