V6Options class
V6Options stores the options passed into the v6 function.
clockSeq (Number between 0 - 0x3fff) RFC clock sequence.
Default: An internally maintained clockseq is used.
mSecs is the time in milliseconds since the unix epoch. Defualt: Now.
nSecs is the number of 100-nanosecond intervals since the last mSecs.
Ignored if msecs
is unspecified. Default: internal uuid counter is
used, as per 4.2.1.2.
node Node id as List of 6 bytes (per 4.1.6). Default: Randomnly generated ID.
seedBytes is the random bytes to use to generate the node id and clock
sequence. Primarily used for testing, or recreating a UUID
Constructors
Properties
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