setIsValid method

void setIsValid(
  1. bool isValid
)

Implementation

void setIsValid(bool isValid) {
  this.isValid.value = isValid;
}