Protected constructor. Use a factory method to obtain an instance.
string $value A string of digits, with optional leading minus sign.:
protected function __construct(string $value) { $this->value = $value; }