getUpperBound abstract method
Gets the upper bound for type variables.
Returns:
- The LinkDeclaration representing the upper bound
null
if no bound exists or not a type variable
Implementation
LinkDeclaration? getUpperBound();
Gets the upper bound for type variables.
Returns:
null
if no bound exists or not a type variableLinkDeclaration? getUpperBound();