returnType property Null safety
Return the return type of the function, or null
if the function does not
have a return type.
Implementation
TypeAnnotation? get returnType;
Return the return type of the function, or null
if the function does not
have a return type.
TypeAnnotation? get returnType;