Sets the value of the fields.
array $values An array of field values:
$this
public function setValues(array $values) : static { foreach ($values as $name => $value) { $this->fields ->set($name, $value); } return $this; }