validate method

void validate()

Implementation

void validate() {
  for (final e in _elements) {
    e.validate(this);
  }
}