returnType property

String? returnType
final

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

final String? returnType;