UuidValue constructor Null safety

UuidValue(
  1. String uuid
)

Implementation

UuidValue(this.uuid) {
  Uuid.isValidUUID(uuid);
}