saveAndValidate method

bool saveAndValidate()

Implementation

bool saveAndValidate() {
  save();
  return validate();
}