Dart
dart:mirrors
MethodMirror
returnType property
returnType
Dart
dart:mirrors
MethodMirror
returnType property
MethodMirror class
Constructors
MethodMirror
Properties
constructorName
isAbstract
isConstConstructor
isConstructor
isExtensionMember
isFactoryConstructor
isGenerativeConstructor
isGetter
isOperator
isRedirectingConstructor
isRegularMethod
isSetter
isStatic
isSynthetic
parameters
returnType
source
hashCode
isPrivate
isTopLevel
location
metadata
owner
qualifiedName
runtimeType
simpleName
Methods
noSuchMethod
toString
Operators
operator ==
description
returnType
property
TypeMirror
returnType
A mirror on the return type for the reflectee.
Implementation
TypeMirror get returnType;