UuidValue constructor Null safety
- String uuid
UuidValue() Constructor for creating a uuid value.
Takes in a string representation of a uuid to wrap.
Implementation
const UuidValue(this.uuid);
UuidValue() Constructor for creating a uuid value.
Takes in a string representation of a uuid to wrap.
const UuidValue(this.uuid);