uuidV7 property

SupportedIdType get uuidV7

Id type that generates UUID v7 values.

Implementation

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