Whether the element has an annotation of the form @useResult or @UseResult('..').
@useResult
@UseResult('..')
@override bool get hasUseResult => metadata.any((ElementAnnotation m) => m.isUseResult);