toFunctionValue abstract method

  1. @Deprecated('Use toFunctionValue2() instead')
ExecutableElement? toFunctionValue()

Return an element corresponding to the value of the object being represented, or null if

  • this object is not of a function type,
  • the value of the object being represented is not known, or
  • the value of the object being represented is null.

Implementation

@Deprecated('Use toFunctionValue2() instead')
ExecutableElement? toFunctionValue();