setFound method

void setFound(
  1. bool value
)

Implementation

void setFound(bool value) {
  _found = value;
}