UuidValue constructor

const UuidValue(
  1. String uuid
)

UuidValue() Constructor for creating a uuid value.

WARNING: Please do not use this directly, use UuidValue.fromString or UuidValue.withValidation

Takes in a string representation of a uuid to wrap.

Implementation

const UuidValue(this.uuid);