dynamicReflectedReturnType property

Type dynamicReflectedReturnType

If hasDynamicReflectedReturnType is true, returns the corresponding Type as specified for dynamicReflectedType in ClassMirror. Otherwise, an UnsupportedError is thrown.

Required capabilities: dynamicReflectedReturnType can be invoked iff hasDynamicReflectedReturnType returns true. However, capabilities can be used to extend the set of situations where hasDynamicReflectedReturnType returns true, by having a reflectedTypeCapability in the reflector for this MethodMirror.

Implementation

Type get dynamicReflectedReturnType;