UuidValue constructor

  1. @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(
  1. String uuid
)

Takes in a string representation of a uuid to wrap.

Implementation

const UuidValue