Dart SDK
dart:mirrors
TypeVariableMirror
property upperBound
upperBound
class TypeVariableMirror
Constructors
TypeVariableMirror
Properties
isStatic
upperBound
hashCode
hasReflectedType
isOriginalDeclaration
isPrivate
isTopLevel
location
metadata
originalDeclaration
owner
qualifiedName
reflectedType
runtimeType
simpleName
typeArguments
typeVariables
Methods
isAssignableTo
isSubtypeOf
noSuchMethod
toString
Operators
operator ==
TypeMirror
upperBound
A mirror on the type that is the upper bound of this type variable.
Source
TypeMirror get upperBound;
property upperBound