returnType property

TypeAnnotation? returnType

Return the return type of the function type being defined, or null if no return type was given.

Implementation

TypeAnnotation? get returnType;