Dart
dart:mirrors
TypeVariableMirror
upperBound property
upperBound
Dart
dart:mirrors
TypeVariableMirror
upperBound property
TypeVariableMirror class
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 ==
description
upperBound
property
TypeMirror
upperBound
A mirror on the type that is the upper bound of this type variable.
Implementation
TypeMirror get upperBound;