diff --git a/doc/api/__404error.html b/doc/api/__404error.html index 4a09040..2bdab6d 100644 --- a/doc/api/__404error.html +++ b/doc/api/__404error.html @@ -79,8 +79,8 @@
GlobalOptions stores the global options passed into the library on instantiation. -rng is the random number generator function to use. Defaults to UuidUtil.mathRNG -namedArgs is a map of named arguments to pass to the RNG function -positionalArgs is a list of positional arguments to pass to the RNG function
+GlobalOptions.rng is the random number generator class to use. Defaults to MathRNG() MathRNGuuid
to make sure it has all the necessary
-components and formatting and returns a bool
+components and formatting and returns a bool
You can choose to validate from a string or from a byte list based on
which parameter is passed.
@@ -434,8 +432,8 @@ Creates a new instance of the Uuid class. Optionally you can pass in a GlobalOptions object to set global options for all UUID generation. -GlobalOptions.rng is a function that returns a list of random bytes. -GlobalOptions.positionalArgs is a list of positional arguments to pass to the RNG function. -GlobalOptions.namedArgs is a map of named arguments to pass to the RNG function.
+GlobalOptions.rng is a RNG class that returns a list of random bytes.Defaults rng function is UuidUtil.mathRNG
Example: Using CryptoRNG globally
var uuid = Uuid(options: {
@@ -115,12 +113,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -141,7 +139,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -169,7 +167,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/goptions.html b/doc/api/uuid/Uuid/goptions.html
index 9c772da..b321523 100644
--- a/doc/api/uuid/Uuid/goptions.html
+++ b/doc/api/uuid/Uuid/goptions.html
@@ -98,12 +98,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -124,7 +124,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -152,7 +152,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/isValidUUID.html b/doc/api/uuid/Uuid/isValidUUID.html
index b9d88b7..e658d52 100644
--- a/doc/api/uuid/Uuid/isValidUUID.html
+++ b/doc/api/uuid/Uuid/isValidUUID.html
@@ -57,9 +57,9 @@ isValidUUID static method
-bool
-isValidUUID(- {String fromString = '',
-- Uint8List? fromByteList,
+bool
+isValidUUID(- {String fromString = '',
+- Uint8List? fromByteList,
- ValidationMode validationMode = ValidationMode.strictRFC4122}
)
@@ -69,7 +69,7 @@ isValidUUID static method
Validates the provided uuid
to make sure it has all the necessary
-components and formatting and returns a bool
+components and formatting and returns a bool
You can choose to validate from a string or from a byte list based on
which parameter is passed.
@@ -118,12 +118,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -144,7 +144,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -172,7 +172,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/parse.html b/doc/api/uuid/Uuid/parse.html
index 6e86435..76fc68e 100644
--- a/doc/api/uuid/Uuid/parse.html
+++ b/doc/api/uuid/Uuid/parse.html
@@ -57,11 +57,11 @@ parse static method
-List<int>
-parse(- String uuid,
-- {List<
int> ? buffer,
-- int offset = 0,
-- bool validate = true,
+List<int>
+parse(- String uuid,
+- {List<
int> ? buffer,
+- int offset = 0,
+- bool validate = true,
- ValidationMode validationMode = ValidationMode.strictRFC4122}
)
@@ -129,12 +129,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -155,7 +155,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -183,7 +183,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/parseAsByteList.html b/doc/api/uuid/Uuid/parseAsByteList.html
index 53bac83..0ea3e7a 100644
--- a/doc/api/uuid/Uuid/parseAsByteList.html
+++ b/doc/api/uuid/Uuid/parseAsByteList.html
@@ -57,11 +57,11 @@ parseAsByteList static method
-Uint8List
-parseAsByteList(- String uuid,
-- {List<
int> ? buffer,
-- int offset = 0,
-- bool validate = true,
+Uint8List
+parseAsByteList(- String uuid,
+- {List<
int> ? buffer,
+- int offset = 0,
+- bool validate = true,
- ValidationMode validationMode = ValidationMode.strictRFC4122}
)
@@ -123,12 +123,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -149,7 +149,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -177,7 +177,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/unparse.html b/doc/api/uuid/Uuid/unparse.html
index f67a468..c8d6652 100644
--- a/doc/api/uuid/Uuid/unparse.html
+++ b/doc/api/uuid/Uuid/unparse.html
@@ -57,9 +57,9 @@ unparse static method
-String
-unparse(- List<
int> buffer,
-- {int offset = 0}
+String
+unparse()
@@ -115,12 +115,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -141,7 +141,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -169,7 +169,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/v1.html b/doc/api/uuid/Uuid/v1.html
index 0c310fb..bf62fcc 100644
--- a/doc/api/uuid/Uuid/v1.html
+++ b/doc/api/uuid/Uuid/v1.html
@@ -57,8 +57,8 @@ v1 method
-String
-v1(- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
+String
+v1(- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
- V1Options? config}
)
@@ -130,12 +130,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -156,7 +156,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -184,7 +184,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/v1buffer.html b/doc/api/uuid/Uuid/v1buffer.html
index 8faef7a..f8676e8 100644
--- a/doc/api/uuid/Uuid/v1buffer.html
+++ b/doc/api/uuid/Uuid/v1buffer.html
@@ -57,11 +57,11 @@ v1buffer method
-List<int>
-v1buffer(- List<
int> buffer,
-- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
+List<int>
+v1buffer(- List<
int> buffer,
+- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
- V1Options? config,
-- int offset = 0}
+- int offset = 0}
)
@@ -137,12 +137,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -163,7 +163,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -191,7 +191,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/v1obj.html b/doc/api/uuid/Uuid/v1obj.html
index 4c3c208..4c93a2e 100644
--- a/doc/api/uuid/Uuid/v1obj.html
+++ b/doc/api/uuid/Uuid/v1obj.html
@@ -58,7 +58,7 @@ v1obj method
UuidValue
-v1obj(- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
+v1obj(- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
- V1Options? config}
)
@@ -131,12 +131,12 @@ Uuid class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- v1
- v1buffer
- v1obj
@@ -157,7 +157,7 @@ Uuid class
- v8obj
- Operators
- - operator ==
+ - operator ==
@@ -185,7 +185,7 @@ Uuid class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/uuid/Uuid/v4.html b/doc/api/uuid/Uuid/v4.html
index a9274c6..e602365 100644
--- a/doc/api/uuid/Uuid/v4.html
+++ b/doc/api/uuid/Uuid/v4.html
@@ -57,8 +57,8 @@ v4 method
-String
-v4(- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
+String
+v4(- {@Deprecated('use config instead. Removal in 5.0.0') Map<
String, dynamic> ? options,
- V4Options? config}
)
@@ -118,8 +118,12 @@ Implementation
Map<String, dynamic>? options,
V4Options? config}) {
if (options != null && options.isNotEmpty) {
- config = V4Options(options["random"], options["rng"],
- options["namedArgs"], options["positionalArgs"]);
+ var rng = options["rng"];
+ if (options["rng"] != null && options["rng"] is! RNG) {
+ rng = LegacyRNG(
+ options["rng"], options["namedArgs"], options["positionalArgs"]);
+ }
+ config = V4Options(options["random"], rng);
}
return UuidV4(goptions: goptions).generate(options: config);
}
@@ -154,12 +158,12 @@ uuid
string.
Optionally, you can provide a validationMode
to use when validating
the uuid string.
-Throws FormatException if the UUID is invalid.
+Throws FormatException if the UUID is invalid.
validationMode
to use when validating
the uuid string.
-Throws FormatException if the UUID is invalid.
+Throws FormatException if the UUID is invalid.
@@ -242,8 +242,8 @@ fromByteList() creates a UuidValue from a Uint8List of bytes.
+fromByteList() creates a UuidValue from a Uint8List of bytes.
fromList() creates a UuidValue from a List<int> of bytes.
+fromList() creates a UuidValue from a List<int> of bytes.
withValidation() creates a UuidValue from a uuid
string.
Optionally, you can provide a validationMode
to use when validating
the uuid string.
-Throws FormatException if the UUID is invalid.
A hash code is a single integer which represents the state of the object that affects operator == comparisons.
All objects have hash codes. -The default hash code implemented by Object +The default hash code implemented by Object represents only the identity of the object, the same way as the default operator == implementation only considers objects -equal if they are identical (see identityHashCode).
+equal if they are identical (see identityHashCode).If operator == is overridden to use the object state instead, the hash code must also be changed to represent that state, otherwise the object cannot be used in hash based data structures -like the default Set and Map implementations.
+like the default Set and Map implementations.Hash codes must be the same for objects that are equal to each other according to operator ==. The hash code of an object should only change if the object changes @@ -96,7 +96,7 @@
If a subclass overrides hashCode, it should override the operator == operator as well to maintain consistency.
The equality operator.
-The default behavior for all Objects is to return true if and +
The default behavior for all Objects is to return true if and
only if this object and other
are the same object.
Override this method to specify a different equality relation on a class. The overriding method must still be an equivalence relation. @@ -140,14 +140,14 @@
A string representation of this object.
Some classes have a default textual representation,
-often paired with a static parse
function (like int.parse).
+often paired with a static parse
function (like int.parse).
These classes will provide the textual representation as
their string representation.
Other classes have no meaningful textual representation @@ -124,14 +124,14 @@
validate() validates the internal string representation of the uuid.
Optionally, you can provide a validationMode
to use when validating
the uuid string.
-Throws FormatException if the UUID is invalid.
String generate({V4Options? options}) {
// Use the built-in RNG or a custom provided RNG
- List<int> rng = Function.apply(
- options?.rng ?? goptions?.rng ?? UuidUtil.mathRNG,
- options?.positionalArgs ?? goptions?.positionalArgs ?? [],
- options?.namedArgs ?? goptions?.namedArgs ?? {});
+ List<int> rng = options?.rng?.generate() ??
+ goptions?.rng?.generate() ??
+ MathRNG().generate();
// Use provided values over RNG
List<int> rnds = options?.random ?? rng;
@@ -125,16 +124,16 @@ UuidV4 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -151,7 +150,7 @@ UuidV4 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v4/UuidV4/goptions.html b/doc/api/v4/UuidV4/goptions.html
index 97f8ed9..c78b735 100644
--- a/doc/api/v4/UuidV4/goptions.html
+++ b/doc/api/v4/UuidV4/goptions.html
@@ -98,16 +98,16 @@ UuidV4 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -124,7 +124,7 @@ UuidV4 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v4/v4-library.html b/doc/api/v4/v4-library.html
index 3c7423d..d1cca8a 100644
--- a/doc/api/v4/v4-library.html
+++ b/doc/api/v4/v4-library.html
@@ -101,8 +101,8 @@ uuid packagedata
- enums
- parsing
+ - rng
- uuid
- - uuid_util
- uuid_value
- v1
- v4
@@ -137,7 +137,7 @@ v4 library
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5-class.html b/doc/api/v5/UuidV5-class.html
index 63e372e..6c6d1f7 100644
--- a/doc/api/v5/UuidV5-class.html
+++ b/doc/api/v5/UuidV5-class.html
@@ -89,8 +89,8 @@ Properties
-
- hashCode
- → int
+ hashCode
+ → int
-
@@ -100,8 +100,8 @@
Properties
-
- runtimeType
- → Type
+ runtimeType
+ → Type
-
@@ -120,8 +120,8 @@
Properties
Methods
-
- generate(
String? namespace, String? name, {V5Options? options})
- → String
+ generate(String? namespace, String? name, {V5Options? options})
+ → String
@@ -133,7 +133,7 @@ Methods
-
- noSuchMethod(
Invocation invocation)
+ noSuchMethod(Invocation invocation)
→ dynamic
@@ -146,8 +146,8 @@ Methods
-
- toString(
)
- → String
+ toString()
+ → String
@@ -167,8 +167,8 @@ Methods
Operators
-
- operator ==(
Object other)
- → bool
+ operator ==(Object other)
+ → bool
@@ -191,7 +191,7 @@ Constants
-
NAMESPACE_DNS
- → const String
+ → const String
@@ -206,7 +206,7 @@ Constants
-
NAMESPACE_NIL
- → const String
+ → const String
@@ -221,7 +221,7 @@ Constants
-
NAMESPACE_OID
- → const String
+ → const String
@@ -236,7 +236,7 @@ Constants
-
NAMESPACE_URL
- → const String
+ → const String
@@ -251,7 +251,7 @@ Constants
-
NAMESPACE_X500
- → const String
+ → const String
@@ -310,16 +310,16 @@ v5 library
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -339,7 +339,7 @@ v5 library
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/NAMESPACE_DNS-constant.html b/doc/api/v5/UuidV5/NAMESPACE_DNS-constant.html
index aeaa816..84ee8ba 100644
--- a/doc/api/v5/UuidV5/NAMESPACE_DNS-constant.html
+++ b/doc/api/v5/UuidV5/NAMESPACE_DNS-constant.html
@@ -56,7 +56,7 @@ NAMESPACE_DNS constant
- String
+ String
const NAMESPACE_DNS
@@ -98,16 +98,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -130,7 +130,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/NAMESPACE_NIL-constant.html b/doc/api/v5/UuidV5/NAMESPACE_NIL-constant.html
index c35b6a5..8ed8b0f 100644
--- a/doc/api/v5/UuidV5/NAMESPACE_NIL-constant.html
+++ b/doc/api/v5/UuidV5/NAMESPACE_NIL-constant.html
@@ -56,7 +56,7 @@ NAMESPACE_NIL constant
- String
+ String
const NAMESPACE_NIL
@@ -98,16 +98,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -130,7 +130,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/NAMESPACE_OID-constant.html b/doc/api/v5/UuidV5/NAMESPACE_OID-constant.html
index 6e9bc40..ab62f75 100644
--- a/doc/api/v5/UuidV5/NAMESPACE_OID-constant.html
+++ b/doc/api/v5/UuidV5/NAMESPACE_OID-constant.html
@@ -56,7 +56,7 @@ NAMESPACE_OID constant
- String
+ String
const NAMESPACE_OID
@@ -98,16 +98,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -130,7 +130,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/NAMESPACE_URL-constant.html b/doc/api/v5/UuidV5/NAMESPACE_URL-constant.html
index 04e4e39..920b0c1 100644
--- a/doc/api/v5/UuidV5/NAMESPACE_URL-constant.html
+++ b/doc/api/v5/UuidV5/NAMESPACE_URL-constant.html
@@ -56,7 +56,7 @@ NAMESPACE_URL constant
- String
+ String
const NAMESPACE_URL
@@ -98,16 +98,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -130,7 +130,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/NAMESPACE_X500-constant.html b/doc/api/v5/UuidV5/NAMESPACE_X500-constant.html
index 40a39b2..bfae9ea 100644
--- a/doc/api/v5/UuidV5/NAMESPACE_X500-constant.html
+++ b/doc/api/v5/UuidV5/NAMESPACE_X500-constant.html
@@ -56,7 +56,7 @@ NAMESPACE_X500 constant
- String
+ String
const NAMESPACE_X500
@@ -98,16 +98,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -130,7 +130,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/UuidV5.html b/doc/api/v5/UuidV5/UuidV5.html
index a0a3d02..aa0ad32 100644
--- a/doc/api/v5/UuidV5/UuidV5.html
+++ b/doc/api/v5/UuidV5/UuidV5.html
@@ -98,16 +98,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -130,7 +130,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/generate.html b/doc/api/v5/UuidV5/generate.html
index 841dee4..5c61fee 100644
--- a/doc/api/v5/UuidV5/generate.html
+++ b/doc/api/v5/UuidV5/generate.html
@@ -57,9 +57,9 @@ generate method
-String
-generate(- String? namespace,
-- String? name,
+String
+generate()
@@ -144,16 +144,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -176,7 +176,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/UuidV5/goptions.html b/doc/api/v5/UuidV5/goptions.html
index 06abd8c..a04d6a6 100644
--- a/doc/api/v5/UuidV5/goptions.html
+++ b/doc/api/v5/UuidV5/goptions.html
@@ -98,16 +98,16 @@ UuidV5 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -130,7 +130,7 @@ UuidV5 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v5/v5-library.html b/doc/api/v5/v5-library.html
index 04f311a..ba7f36d 100644
--- a/doc/api/v5/v5-library.html
+++ b/doc/api/v5/v5-library.html
@@ -101,8 +101,8 @@ uuid packagedata
- enums
- parsing
+ - rng
- uuid
- - uuid_util
- uuid_value
- v1
- v4
@@ -137,7 +137,7 @@ v5 library
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v6/UuidV6-class.html b/doc/api/v6/UuidV6-class.html
index 8b6e904..77cb8d1 100644
--- a/doc/api/v6/UuidV6-class.html
+++ b/doc/api/v6/UuidV6-class.html
@@ -89,8 +89,8 @@ Properties
-
- hashCode
- → int
+ hashCode
+ → int
-
@@ -100,8 +100,8 @@
Properties
-
- runtimeType
- → Type
+ runtimeType
+ → Type
-
@@ -121,7 +121,7 @@
Methods
-
generate(
{V6Options? options})
- → String
+ → String
@@ -133,7 +133,7 @@ Methods
-
- noSuchMethod(
Invocation invocation)
+ noSuchMethod(Invocation invocation)
→ dynamic
@@ -146,8 +146,8 @@ Methods
-
- toString(
)
- → String
+ toString()
+ → String
@@ -167,8 +167,8 @@ Methods
Operators
-
- operator ==(
Object other)
- → bool
+ operator ==(Object other)
+ → bool
@@ -229,16 +229,16 @@ v6 library
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -252,7 +252,7 @@ v6 library
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v6/UuidV6/UuidV6.html b/doc/api/v6/UuidV6/UuidV6.html
index 66c0db9..ff4c027 100644
--- a/doc/api/v6/UuidV6/UuidV6.html
+++ b/doc/api/v6/UuidV6/UuidV6.html
@@ -98,16 +98,16 @@ UuidV6 class
Properties
- goptions
- - hashCode
- - runtimeType
+ - hashCode
+ - runtimeType
- Methods
- generate
- - noSuchMethod
- - toString
+ - noSuchMethod
+ - toString
- Operators
- - operator ==
+ - operator ==
@@ -124,7 +124,7 @@ UuidV6 class
uuid
- 4.0.0-beta2
+ 4.0.0-beta3
diff --git a/doc/api/v6/UuidV6/generate.html b/doc/api/v6/UuidV6/generate.html
index 1e80907..2efc989 100644
--- a/doc/api/v6/UuidV6/generate.html
+++ b/doc/api/v6/UuidV6/generate.html
@@ -57,7 +57,7 @@ generate method
-String
+String
generate(- {