$uuid->id()
Returns the UUID's id string (UUID without scheme); in child classes, this method must ensure that the model has an ID (or generate a new one if the model does not have one yet)
$uuid->id(): string
Return type
string
This method modifies the existing $uuid object it is applied to and returns it again.