returnType property

TypeAnnotation? returnType

Return the return type of the function, or null if no return type was declared.

Implementation

TypeAnnotation? get returnType;