mixed $key exact value or token:
mixed $value exact value or token:
public function __construct($key, $value) { $this->key = $this->wrapIntoExactValueToken($key); $this->value = $this->wrapIntoExactValueToken($value); }