returnType property

  1. @optional
InstanceRef? returnType
getter/setter pair

The return type of a function.

Provided for instance kinds:

  • FunctionType

Implementation

@optional
InstanceRef? returnType;