valid property

bool get valid

Returns true, if the result is valid

Implementation

bool get valid {
  return _valid;
}