functionType property
GenericFunctionType?
get
functionType
The type of function being defined by the alias, or null
if the
non-function type aliases feature is enabled and the denoted type isn't a
GenericFunctionType.
Implementation
GenericFunctionType? get functionType;