returnType property

String? returnType
final

The return type of the element. If the element is not a method or function this field will not be defined. If the element does not have a declared return type, this field will contain an empty string.

Implementation

final String? returnType;