returnType property
Implementation
ElementType get returnType {
_returnType ??= ElementType.from(type, library, packageGraph, this);
return _returnType;
}
ElementType get returnType {
_returnType ??= ElementType.from(type, library, packageGraph, this);
return _returnType;
}