isValid method

bool isValid()

check is the value is valid

Implementation

bool isValid() {
  return _validator.isValid(value);
}