Whether this annotation is @useResult or @UseResult from the meta package.
@useResult
@UseResult
@useResult indicates that the return value of a method should not be ignored.
@override bool get isUseResult => _isMeta('useResult') || _isMeta('UseResult');