returnType property

TypeAnnotation? returnType

Return the return type of the function, or null if the function does not have a return type.

Implementation

TypeAnnotation? get returnType;