isUseResult property
bool
get
isUseResult
Whether this annotation is @useResult
or @UseResult
from the meta package.
@useResult
indicates that the return value of a method should not be ignored.
Implementation
bool get isUseResult;