uuidV4 property

SupportedIdType get uuidV4

Id type that generates UUID v4 values.

Implementation

static SupportedIdType get uuidV4 => SupportedIdType(
  type: TypeDefinition.uuid,
  aliases: ['uuidV4'],
  defaultValue: defaultUuidValueRandom,
);