UuidValue constructor Null safety

const UuidValue(
  1. String uuid
)

UuidValue() Constructor for creating a uuid value.

Takes in a string representation of a uuid to wrap.

Implementation

const UuidValue(this.uuid);