validator method

void validator()

Implementation

void validator() {
  _state?.validate();
}