UuidValue constructor
- @Deprecated('Use UuidValue.fromString() instead. If you need to define a const UuidValue ' 'you can use UuidValue.raw(), but making sure the value is lowercase.')
- String uuid
Takes in a string representation of a uuid
to wrap.
Implementation
@Deprecated(
'Use UuidValue.fromString() instead. If you need to define a const UuidValue '
'you can use UuidValue.raw(), but making sure the value is lowercase.',
)
const UuidValue(this.uuid);