returnType property

String? returnType
getter/setter pair

The return type of the getter, function or method or the type of the field being suggested. This field is omitted if the suggested element is not a getter, function or method.

Implementation

String? returnType;