returnType property

  1. @optional
InstanceRef? returnType
read / write

The return type of a function.

Provided for instance kinds:

  • FunctionType

Implementation

@optional
InstanceRef? returnType;