Namespace enum
RFC4122 & RFC9562 provided namespaces for v3, v5, and v8 namespace based UUIDs
Values
- DNS → const Namespace
-
const Namespace("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
- URL → const Namespace
-
const Namespace("6ba7b811-9dad-11d1-80b4-00c04fd430c8")
- OID → const Namespace
-
const Namespace("6ba7b812-9dad-11d1-80b4-00c04fd430c8")
- X500 → const Namespace
-
const Namespace("6ba7b814-9dad-11d1-80b4-00c04fd430c8")
- NIL → const Namespace
-
const Namespace("00000000-0000-0000-0000-000000000000")
- MAX → const Namespace
-
const Namespace("ffffffff-ffff-ffff-ffff-ffffffffffff")
- dns → const Namespace
-
const Namespace("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
- url → const Namespace
-
const Namespace("6ba7b811-9dad-11d1-80b4-00c04fd430c8")
- oid → const Namespace
-
const Namespace("6ba7b812-9dad-11d1-80b4-00c04fd430c8")
- x500 → const Namespace
-
const Namespace("6ba7b814-9dad-11d1-80b4-00c04fd430c8")
- nil → const Namespace
-
const Namespace("00000000-0000-0000-0000-000000000000")
- max → const Namespace
-
const Namespace("ffffffff-ffff-ffff-ffff-ffffffffffff")
Properties
-
bytes
→ List<
int> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uuidValue → UuidValue
-
no setter
- value → String
-
final
Methods
-
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