UuidV5 class

Constructors

UuidV5({GlobalOptions? goptions})
const

Properties

goptions GlobalOptions?
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

generate(String? namespace, String? name, {V5Options? options}) String
v5() Generates a namspace & name-based version 5 UUID
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

NAMESPACE_DNS → const String
'6ba7b810-9dad-11d1-80b4-00c04fd430c8'
NAMESPACE_NIL → const String
'00000000-0000-0000-0000-000000000000'
NAMESPACE_OID → const String
'6ba7b812-9dad-11d1-80b4-00c04fd430c8'
NAMESPACE_URL → const String
'6ba7b811-9dad-11d1-80b4-00c04fd430c8'
NAMESPACE_X500 → const String
'6ba7b814-9dad-11d1-80b4-00c04fd430c8'