setTermCheckOp method

void setTermCheckOp(
  1. Term? term
)

Implementation

void setTermCheckOp(Term? term) {
  this.term = term;
  if (term == null) {
    op = null;
  }
}