Returns a string representation of the constraint.
Overrides SelfDescribing::toString
public function toString(bool $exportObjects = false) : string { return 'is less than ' . Exporter::export($this->value, $exportObjects); }