UuidValue.raw constructor

const UuidValue.raw(
  1. String uuid
)

Creates a UuidValue by taking directly the internal string representation of the uuid, which is expected to be lowercase.

You can use UuidValue.fromString instead, which will lowercase the uuid string for you or UuidValue.withValidation if you need validation of the created UUIDs.

Implementation

const UuidValue.raw(this.uuid);