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 @@
uuid packagedata
  • enums
  • parsing
  • +
  • rng
  • uuid
  • -
  • uuid_util
  • uuid_value
  • v1
  • v4
  • @@ -101,7 +101,7 @@
    uuid package uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/GlobalOptions-class.html b/doc/api/data/GlobalOptions-class.html index e452a91..303383b 100644 --- a/doc/api/data/GlobalOptions-class.html +++ b/doc/api/data/GlobalOptions-class.html @@ -57,9 +57,7 @@

    GlobalOptions class

    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() MathRNG

    @@ -70,7 +68,7 @@

    Constructors

    - GlobalOptions(Function? rng, Map<Symbol, dynamic>? namedArgs, List? positionalArgs) + GlobalOptions(RNG? rng)
    @@ -84,41 +82,19 @@

    Properties

    - hashCode - int + hashCode + int
    The hash code for this object.
    read-onlyinherited
    -
    - -
    - namedArgs - Map<Symbol, dynamic>? - -
    -
    - -
    final
    - -
    - -
    - positionalArgs - List? - -
    -
    - -
    final
    -
    rng - Function? + RNG?
    @@ -128,8 +104,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -148,7 +124,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -161,8 +137,8 @@

    Methods

    - toString() - String + toString() + String @@ -182,8 +158,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -251,18 +227,16 @@
    data library
  • Properties
  • -
  • hashCode
  • -
  • namedArgs
  • -
  • positionalArgs
  • +
  • hashCode
  • rng
  • -
  • runtimeType
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -276,7 +250,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/GlobalOptions/GlobalOptions.html b/doc/api/data/GlobalOptions/GlobalOptions.html index 2122ac9..8661c27 100644 --- a/doc/api/data/GlobalOptions/GlobalOptions.html +++ b/doc/api/data/GlobalOptions/GlobalOptions.html @@ -56,9 +56,7 @@

    GlobalOptions constructor
    const - GlobalOptions(
    1. Function? rng,
    2. -
    3. Map<Symbol, dynamic>? namedArgs,
    4. -
    5. List? positionalArgs
    6. + GlobalOptions(
      1. RNG? rng
      )
    @@ -68,7 +66,7 @@

    GlobalOptions constructor

    Implementation

    -
    const GlobalOptions(this.rng, this.namedArgs, this.positionalArgs);
    +
    const GlobalOptions(this.rng);
    @@ -99,18 +97,16 @@

    GlobalOptions class
  • Properties
  • -
  • hashCode
  • -
  • namedArgs
  • -
  • positionalArgs
  • +
  • hashCode
  • rng
  • -
  • runtimeType
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +123,7 @@
    GlobalOptions class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/GlobalOptions/rng.html b/doc/api/data/GlobalOptions/rng.html index 8c0a454..f475a11 100644 --- a/doc/api/data/GlobalOptions/rng.html +++ b/doc/api/data/GlobalOptions/rng.html @@ -56,7 +56,7 @@

    rng property
    - Function? + RNG? rng
    final
    @@ -66,7 +66,7 @@

    rng property

    Implementation

    -
    final Function? rng;
    +
    final RNG? rng;
    @@ -97,18 +97,16 @@

    GlobalOptions class
  • Properties
  • -
  • hashCode
  • -
  • namedArgs
  • -
  • positionalArgs
  • +
  • hashCode
  • rng
  • -
  • runtimeType
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -125,7 +123,7 @@
    GlobalOptions class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1Options-class.html b/doc/api/data/V1Options-class.html index 20f5a0e..9caf51e 100644 --- a/doc/api/data/V1Options-class.html +++ b/doc/api/data/V1Options-class.html @@ -76,7 +76,7 @@

    Constructors

    - V1Options(int? clockSeq, int? mSecs, int? nSecs, List<int>? node, List<int>? seedBytes) + V1Options(int? clockSeq, int? mSecs, int? nSecs, List<int>? node, List<int>? seedBytes)
    @@ -91,7 +91,7 @@

    Properties

    clockSeq - int? + int?
    @@ -101,8 +101,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -113,7 +113,7 @@

    Properties

    mSecs - int? + int?
    @@ -124,7 +124,7 @@

    Properties

    node - List<int>? + List<int>?
    @@ -135,7 +135,7 @@

    Properties

    nSecs - int? + int?
    @@ -145,8 +145,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -157,7 +157,7 @@

    Properties

    seedBytes - List<int>? + List<int>?
    @@ -176,7 +176,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -189,8 +189,8 @@

    Methods

    - toString() - String + toString() + String @@ -210,8 +210,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -280,19 +280,19 @@
    data library
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -306,7 +306,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1Options/V1Options.html b/doc/api/data/V1Options/V1Options.html index 519adc8..9cd16c7 100644 --- a/doc/api/data/V1Options/V1Options.html +++ b/doc/api/data/V1Options/V1Options.html @@ -56,11 +56,11 @@

    V1Options constructor
    const - V1Options(
    1. int? clockSeq,
    2. -
    3. int? mSecs,
    4. -
    5. int? nSecs,
    6. -
    7. List<int>? node,
    8. -
    9. List<int>? seedBytes
    10. + V1Options(
      1. int? clockSeq,
      2. +
      3. int? mSecs,
      4. +
      5. int? nSecs,
      6. +
      7. List<int>? node,
      8. +
      9. List<int>? seedBytes
      )
    @@ -103,19 +103,19 @@

    V1Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -132,7 +132,7 @@
    V1Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1Options/clockSeq.html b/doc/api/data/V1Options/clockSeq.html index 965f46e..0b8ac08 100644 --- a/doc/api/data/V1Options/clockSeq.html +++ b/doc/api/data/V1Options/clockSeq.html @@ -56,7 +56,7 @@

    clockSeq property
    - int? + int? clockSeq
    final
    @@ -98,19 +98,19 @@
    V1Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V1Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1Options/mSecs.html b/doc/api/data/V1Options/mSecs.html index 073831c..62dbfce 100644 --- a/doc/api/data/V1Options/mSecs.html +++ b/doc/api/data/V1Options/mSecs.html @@ -56,7 +56,7 @@

    mSecs property
    - int? + int? mSecs
    final
    @@ -98,19 +98,19 @@
    V1Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V1Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1Options/nSecs.html b/doc/api/data/V1Options/nSecs.html index 246676d..8be9310 100644 --- a/doc/api/data/V1Options/nSecs.html +++ b/doc/api/data/V1Options/nSecs.html @@ -56,7 +56,7 @@

    nSecs property
    - int? + int? nSecs
    final
    @@ -98,19 +98,19 @@
    V1Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V1Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1Options/node.html b/doc/api/data/V1Options/node.html index 10d6b0f..187b485 100644 --- a/doc/api/data/V1Options/node.html +++ b/doc/api/data/V1Options/node.html @@ -56,7 +56,7 @@

    node property
    - List<int>? + List<int>? node
    final
    @@ -98,19 +98,19 @@
    V1Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V1Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1Options/seedBytes.html b/doc/api/data/V1Options/seedBytes.html index 824134c..a477964 100644 --- a/doc/api/data/V1Options/seedBytes.html +++ b/doc/api/data/V1Options/seedBytes.html @@ -56,7 +56,7 @@

    seedBytes property
    - List<int>? + List<int>? seedBytes
    final
    @@ -98,19 +98,19 @@
    V1Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V1Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1State-class.html b/doc/api/data/V1State-class.html index c03608b..b36a9ad 100644 --- a/doc/api/data/V1State-class.html +++ b/doc/api/data/V1State-class.html @@ -87,8 +87,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -98,8 +98,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -118,7 +118,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -131,8 +131,8 @@

    Methods

    - toString() - String + toString() + String @@ -152,8 +152,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -173,7 +173,7 @@

    Static Properties

    clockSeq - int? + int?
    @@ -184,7 +184,7 @@

    Static Properties

    initialized - bool + bool
    @@ -195,7 +195,7 @@

    Static Properties

    mSecs - int + int
    @@ -206,7 +206,7 @@

    Static Properties

    nodeId - List<int>? + List<int>?
    @@ -217,7 +217,7 @@

    Static Properties

    nSecs - int + int
    @@ -282,15 +282,15 @@
    data library
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -310,7 +310,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1State/V1State.html b/doc/api/data/V1State/V1State.html index 105809b..3a0a2d5 100644 --- a/doc/api/data/V1State/V1State.html +++ b/doc/api/data/V1State/V1State.html @@ -92,15 +92,15 @@
    V1State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -123,7 +123,7 @@
    V1State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1State/clockSeq.html b/doc/api/data/V1State/clockSeq.html index 7fb4486..5f3cdb5 100644 --- a/doc/api/data/V1State/clockSeq.html +++ b/doc/api/data/V1State/clockSeq.html @@ -56,7 +56,7 @@

    clockSeq property
    - int? + int? clockSeq
    read / write
    @@ -97,15 +97,15 @@
    V1State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V1State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1State/initialized.html b/doc/api/data/V1State/initialized.html index 78528eb..b4a7c35 100644 --- a/doc/api/data/V1State/initialized.html +++ b/doc/api/data/V1State/initialized.html @@ -56,7 +56,7 @@

    initialized property
    - bool + bool initialized
    read / write
    @@ -97,15 +97,15 @@
    V1State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V1State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1State/mSecs.html b/doc/api/data/V1State/mSecs.html index 6c9179c..2ff52b3 100644 --- a/doc/api/data/V1State/mSecs.html +++ b/doc/api/data/V1State/mSecs.html @@ -56,7 +56,7 @@

    mSecs property
    - int + int mSecs
    read / write
    @@ -97,15 +97,15 @@
    V1State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V1State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1State/nSecs.html b/doc/api/data/V1State/nSecs.html index 0b10e91..8ed2b55 100644 --- a/doc/api/data/V1State/nSecs.html +++ b/doc/api/data/V1State/nSecs.html @@ -56,7 +56,7 @@

    nSecs property
    - int + int nSecs
    read / write
    @@ -97,15 +97,15 @@
    V1State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V1State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V1State/nodeId.html b/doc/api/data/V1State/nodeId.html index dd67c41..a4e1a2f 100644 --- a/doc/api/data/V1State/nodeId.html +++ b/doc/api/data/V1State/nodeId.html @@ -56,7 +56,7 @@

    nodeId property
    - List<int>? + List<int>? nodeId
    read / write
    @@ -97,15 +97,15 @@
    V1State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V1State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V4Options-class.html b/doc/api/data/V4Options-class.html index 4a8cdd4..9751142 100644 --- a/doc/api/data/V4Options-class.html +++ b/doc/api/data/V4Options-class.html @@ -59,9 +59,7 @@

    V4Options class

    V4Options stores the options passed into the v4 function. random is the random bytes to use to generate the UUID. Primarily used for testing, or recreating a UUID -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

    +rng is the random number generator function to use. Defaults to MathRNG() MathRNG

    @@ -72,7 +70,7 @@

    Constructors

    - V4Options(List<int>? random, Function? rng, Map<Symbol, dynamic>? namedArgs, List? positionalArgs) + V4Options(List<int>? random, RNG? rng)
    @@ -86,41 +84,19 @@

    Properties

    - hashCode - int + hashCode + int
    The hash code for this object.
    read-onlyinherited
    -
    - -
    - namedArgs - Map<Symbol, dynamic>? - -
    -
    - -
    final
    - -
    - -
    - positionalArgs - List? - -
    -
    - -
    final
    -
    random - List<int>? + List<int>?
    @@ -131,7 +107,7 @@

    Properties

    rng - Function? + RNG?
    @@ -141,8 +117,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -161,7 +137,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -174,8 +150,8 @@

    Methods

    - toString() - String + toString() + String @@ -195,8 +171,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -264,19 +240,17 @@
    data library
  • Properties
  • -
  • hashCode
  • -
  • namedArgs
  • -
  • positionalArgs
  • +
  • hashCode
  • random
  • rng
  • -
  • runtimeType
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -290,7 +264,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V4Options/V4Options.html b/doc/api/data/V4Options/V4Options.html index a0554b5..32dbefa 100644 --- a/doc/api/data/V4Options/V4Options.html +++ b/doc/api/data/V4Options/V4Options.html @@ -56,10 +56,8 @@

    V4Options constructor
    const - V4Options(
    1. List<int>? random,
    2. -
    3. Function? rng,
    4. -
    5. Map<Symbol, dynamic>? namedArgs,
    6. -
    7. List? positionalArgs
    8. + V4Options(
      1. List<int>? random,
      2. +
      3. RNG? rng
      )
    @@ -69,7 +67,7 @@

    V4Options constructor

    Implementation

    -
    const V4Options(this.random, this.rng, this.namedArgs, this.positionalArgs);
    +
    const V4Options(this.random, this.rng);
    @@ -100,19 +98,17 @@

    V4Options class
  • Properties
  • -
  • hashCode
  • -
  • namedArgs
  • -
  • positionalArgs
  • +
  • hashCode
  • random
  • rng
  • -
  • runtimeType
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -129,7 +125,7 @@
    V4Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V4Options/random.html b/doc/api/data/V4Options/random.html index e37c2f5..de00171 100644 --- a/doc/api/data/V4Options/random.html +++ b/doc/api/data/V4Options/random.html @@ -56,7 +56,7 @@

    random property
    - List<int>? + List<int>? random
    final
    @@ -97,19 +97,17 @@
    V4Options class
  • Properties
  • -
  • hashCode
  • -
  • namedArgs
  • -
  • positionalArgs
  • +
  • hashCode
  • random
  • rng
  • -
  • runtimeType
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -126,7 +124,7 @@
    V4Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V4Options/rng.html b/doc/api/data/V4Options/rng.html index 0e42393..646c474 100644 --- a/doc/api/data/V4Options/rng.html +++ b/doc/api/data/V4Options/rng.html @@ -56,7 +56,7 @@

    rng property
    - Function? + RNG? rng
    final
    @@ -66,7 +66,7 @@

    rng property

    Implementation

    -
    final Function? rng;
    +
    final RNG? rng;
    @@ -97,19 +97,17 @@

    V4Options class
  • Properties
  • -
  • hashCode
  • -
  • namedArgs
  • -
  • positionalArgs
  • +
  • hashCode
  • random
  • rng
  • -
  • runtimeType
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -126,7 +124,7 @@
    V4Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V5Options-class.html b/doc/api/data/V5Options-class.html index 115287c..ae0388d 100644 --- a/doc/api/data/V5Options-class.html +++ b/doc/api/data/V5Options-class.html @@ -71,7 +71,7 @@

    Constructors

    - V5Options(bool? randomNamespace, V4Options? v4options) + V5Options(bool? randomNamespace, V4Options? v4options)
    @@ -85,8 +85,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -97,7 +97,7 @@

    Properties

    randomNamespace - bool? + bool?
    @@ -107,8 +107,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -138,7 +138,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -151,8 +151,8 @@

    Methods

    - toString() - String + toString() + String @@ -172,8 +172,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -241,17 +241,17 @@
    data library
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomNamespace
  • -
  • runtimeType
  • +
  • runtimeType
  • v4options
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -265,7 +265,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V5Options/V5Options.html b/doc/api/data/V5Options/V5Options.html index 65f7217..7a60c8e 100644 --- a/doc/api/data/V5Options/V5Options.html +++ b/doc/api/data/V5Options/V5Options.html @@ -56,7 +56,7 @@

    V5Options constructor
    const - V5Options(
    1. bool? randomNamespace,
    2. + V5Options(
      1. bool? randomNamespace,
      2. V4Options? v4options
      )
    @@ -98,17 +98,17 @@

    V5Options class
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomNamespace
  • -
  • runtimeType
  • +
  • runtimeType
  • v4options
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -125,7 +125,7 @@
    V5Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V5Options/randomNamespace.html b/doc/api/data/V5Options/randomNamespace.html index 6d2b615..ce9012d 100644 --- a/doc/api/data/V5Options/randomNamespace.html +++ b/doc/api/data/V5Options/randomNamespace.html @@ -56,7 +56,7 @@

    randomNamespace property
    - bool? + bool? randomNamespace
    final
    @@ -97,17 +97,17 @@
    V5Options class
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomNamespace
  • -
  • runtimeType
  • +
  • runtimeType
  • v4options
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -124,7 +124,7 @@
    V5Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V5Options/v4options.html b/doc/api/data/V5Options/v4options.html index 5f1f614..1f253ed 100644 --- a/doc/api/data/V5Options/v4options.html +++ b/doc/api/data/V5Options/v4options.html @@ -97,17 +97,17 @@
    V5Options class
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomNamespace
  • -
  • runtimeType
  • +
  • runtimeType
  • v4options
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -124,7 +124,7 @@
    V5Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6Options-class.html b/doc/api/data/V6Options-class.html index a560012..e3d1bb1 100644 --- a/doc/api/data/V6Options-class.html +++ b/doc/api/data/V6Options-class.html @@ -76,7 +76,7 @@

    Constructors

    - V6Options(int? clockSeq, int? mSecs, int? nSecs, List<int>? node, List<int>? seedBytes) + V6Options(int? clockSeq, int? mSecs, int? nSecs, List<int>? node, List<int>? seedBytes)
    @@ -91,7 +91,7 @@

    Properties

    clockSeq - int? + int?
    @@ -101,8 +101,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -113,7 +113,7 @@

    Properties

    mSecs - int? + int?
    @@ -124,7 +124,7 @@

    Properties

    node - List<int>? + List<int>?
    @@ -135,7 +135,7 @@

    Properties

    nSecs - int? + int?
    @@ -145,8 +145,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -157,7 +157,7 @@

    Properties

    seedBytes - List<int>? + List<int>?
    @@ -176,7 +176,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -189,8 +189,8 @@

    Methods

    - toString() - String + toString() + String @@ -210,8 +210,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -280,19 +280,19 @@
    data library
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -306,7 +306,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6Options/V6Options.html b/doc/api/data/V6Options/V6Options.html index 9027286..ad5f684 100644 --- a/doc/api/data/V6Options/V6Options.html +++ b/doc/api/data/V6Options/V6Options.html @@ -56,11 +56,11 @@

    V6Options constructor
    const - V6Options(
    1. int? clockSeq,
    2. -
    3. int? mSecs,
    4. -
    5. int? nSecs,
    6. -
    7. List<int>? node,
    8. -
    9. List<int>? seedBytes
    10. + V6Options(
      1. int? clockSeq,
      2. +
      3. int? mSecs,
      4. +
      5. int? nSecs,
      6. +
      7. List<int>? node,
      8. +
      9. List<int>? seedBytes
      )
    @@ -103,19 +103,19 @@

    V6Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -132,7 +132,7 @@
    V6Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6Options/clockSeq.html b/doc/api/data/V6Options/clockSeq.html index 6bcd9c9..2af21be 100644 --- a/doc/api/data/V6Options/clockSeq.html +++ b/doc/api/data/V6Options/clockSeq.html @@ -56,7 +56,7 @@

    clockSeq property
    - int? + int? clockSeq
    final
    @@ -98,19 +98,19 @@
    V6Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V6Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6Options/mSecs.html b/doc/api/data/V6Options/mSecs.html index eb55c4e..e7f9df1 100644 --- a/doc/api/data/V6Options/mSecs.html +++ b/doc/api/data/V6Options/mSecs.html @@ -56,7 +56,7 @@

    mSecs property
    - int? + int? mSecs
    final
    @@ -98,19 +98,19 @@
    V6Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V6Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6Options/nSecs.html b/doc/api/data/V6Options/nSecs.html index 6b455b5..7305daf 100644 --- a/doc/api/data/V6Options/nSecs.html +++ b/doc/api/data/V6Options/nSecs.html @@ -56,7 +56,7 @@

    nSecs property
    - int? + int? nSecs
    final
    @@ -98,19 +98,19 @@
    V6Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V6Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6Options/node.html b/doc/api/data/V6Options/node.html index 1e0891d..ce64344 100644 --- a/doc/api/data/V6Options/node.html +++ b/doc/api/data/V6Options/node.html @@ -56,7 +56,7 @@

    node property
    - List<int>? + List<int>? node
    final
    @@ -98,19 +98,19 @@
    V6Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V6Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6Options/seedBytes.html b/doc/api/data/V6Options/seedBytes.html index db14e83..d0853eb 100644 --- a/doc/api/data/V6Options/seedBytes.html +++ b/doc/api/data/V6Options/seedBytes.html @@ -56,7 +56,7 @@

    seedBytes property
    - List<int>? + List<int>? seedBytes
    final
    @@ -98,19 +98,19 @@
    V6Options class
    Properties
  • clockSeq
  • -
  • hashCode
  • +
  • hashCode
  • mSecs
  • node
  • nSecs
  • -
  • runtimeType
  • +
  • runtimeType
  • seedBytes
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    V6Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6State-class.html b/doc/api/data/V6State-class.html index 88c02b0..341cd05 100644 --- a/doc/api/data/V6State-class.html +++ b/doc/api/data/V6State-class.html @@ -87,8 +87,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -98,8 +98,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -118,7 +118,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -131,8 +131,8 @@

    Methods

    - toString() - String + toString() + String @@ -152,8 +152,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -173,7 +173,7 @@

    Static Properties

    clockSeq - int? + int?
    @@ -184,7 +184,7 @@

    Static Properties

    initialized - bool + bool
    @@ -195,7 +195,7 @@

    Static Properties

    mSecs - int + int
    @@ -206,7 +206,7 @@

    Static Properties

    nodeId - List<int>? + List<int>?
    @@ -217,7 +217,7 @@

    Static Properties

    nSecs - int + int
    @@ -282,15 +282,15 @@
    data library
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -310,7 +310,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6State/V6State.html b/doc/api/data/V6State/V6State.html index 19ee699..ed36990 100644 --- a/doc/api/data/V6State/V6State.html +++ b/doc/api/data/V6State/V6State.html @@ -92,15 +92,15 @@
    V6State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -123,7 +123,7 @@
    V6State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6State/clockSeq.html b/doc/api/data/V6State/clockSeq.html index 06663d4..b2348f6 100644 --- a/doc/api/data/V6State/clockSeq.html +++ b/doc/api/data/V6State/clockSeq.html @@ -56,7 +56,7 @@

    clockSeq property
    - int? + int? clockSeq
    read / write
    @@ -97,15 +97,15 @@
    V6State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V6State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6State/initialized.html b/doc/api/data/V6State/initialized.html index 2b0f2e1..4c7320b 100644 --- a/doc/api/data/V6State/initialized.html +++ b/doc/api/data/V6State/initialized.html @@ -56,7 +56,7 @@

    initialized property
    - bool + bool initialized
    read / write
    @@ -97,15 +97,15 @@
    V6State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V6State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6State/mSecs.html b/doc/api/data/V6State/mSecs.html index 6028356..2a84773 100644 --- a/doc/api/data/V6State/mSecs.html +++ b/doc/api/data/V6State/mSecs.html @@ -56,7 +56,7 @@

    mSecs property
    - int + int mSecs
    read / write
    @@ -97,15 +97,15 @@
    V6State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V6State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6State/nSecs.html b/doc/api/data/V6State/nSecs.html index 7230d03..7e2d8e7 100644 --- a/doc/api/data/V6State/nSecs.html +++ b/doc/api/data/V6State/nSecs.html @@ -56,7 +56,7 @@

    nSecs property
    - int + int nSecs
    read / write
    @@ -97,15 +97,15 @@
    V6State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V6State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V6State/nodeId.html b/doc/api/data/V6State/nodeId.html index a2fdb63..b095d23 100644 --- a/doc/api/data/V6State/nodeId.html +++ b/doc/api/data/V6State/nodeId.html @@ -56,7 +56,7 @@

    nodeId property
    - List<int>? + List<int>? nodeId
    read / write
    @@ -97,15 +97,15 @@
    V6State class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • Static properties
  • @@ -128,7 +128,7 @@
    V6State class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V7Options-class.html b/doc/api/data/V7Options-class.html index ed2cf04..672f41e 100644 --- a/doc/api/data/V7Options-class.html +++ b/doc/api/data/V7Options-class.html @@ -70,7 +70,7 @@

    Constructors

    - V7Options(int? time, List<int>? randomBytes) + V7Options(int? time, List<int>? randomBytes)
    @@ -84,8 +84,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -96,7 +96,7 @@

    Properties

    randomBytes - List<int>? + List<int>?
    @@ -106,8 +106,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -118,7 +118,7 @@

    Properties

    time - int? + int?
    @@ -137,7 +137,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -150,8 +150,8 @@

    Methods

    - toString() - String + toString() + String @@ -171,8 +171,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -240,17 +240,17 @@
    data library
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomBytes
  • -
  • runtimeType
  • +
  • runtimeType
  • time
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -264,7 +264,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V7Options/V7Options.html b/doc/api/data/V7Options/V7Options.html index 065fa9c..e88c45c 100644 --- a/doc/api/data/V7Options/V7Options.html +++ b/doc/api/data/V7Options/V7Options.html @@ -56,8 +56,8 @@

    V7Options constructor
    const - V7Options(
    1. int? time,
    2. -
    3. List<int>? randomBytes
    4. + V7Options(
      1. int? time,
      2. +
      3. List<int>? randomBytes
      )
    @@ -98,17 +98,17 @@

    V7Options class
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomBytes
  • -
  • runtimeType
  • +
  • runtimeType
  • time
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -125,7 +125,7 @@
    V7Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V7Options/randomBytes.html b/doc/api/data/V7Options/randomBytes.html index eaf6c84..1dbf389 100644 --- a/doc/api/data/V7Options/randomBytes.html +++ b/doc/api/data/V7Options/randomBytes.html @@ -56,7 +56,7 @@

    randomBytes property
    - List<int>? + List<int>? randomBytes
    final
    @@ -97,17 +97,17 @@
    V7Options class
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomBytes
  • -
  • runtimeType
  • +
  • runtimeType
  • time
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -124,7 +124,7 @@
    V7Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V7Options/time.html b/doc/api/data/V7Options/time.html index ce3758a..6488f68 100644 --- a/doc/api/data/V7Options/time.html +++ b/doc/api/data/V7Options/time.html @@ -56,7 +56,7 @@

    time property
    - int? + int? time
    final
    @@ -97,17 +97,17 @@
    V7Options class
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomBytes
  • -
  • runtimeType
  • +
  • runtimeType
  • time
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -124,7 +124,7 @@
    V7Options class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/data/V8Options-class.html b/doc/api/data/V8Options-class.html index cea4c3e..f09ebeb 100644 --- a/doc/api/data/V8Options-class.html +++ b/doc/api/data/V8Options-class.html @@ -70,7 +70,7 @@

    Constructors

    - V8Options(DateTime? time, List<int>? randomBytes) + V8Options(DateTime? time, List<int>? randomBytes)
    @@ -84,8 +84,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -96,7 +96,7 @@

    Properties

    randomBytes - List<int>? + List<int>?
    @@ -106,8 +106,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -118,7 +118,7 @@

    Properties

    time - DateTime? + DateTime?
    @@ -137,7 +137,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -150,8 +150,8 @@

    Methods

    - toString() - String + toString() + String @@ -171,8 +171,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -240,17 +240,17 @@
    data library
  • Properties
  • -
  • hashCode
  • +
  • hashCode
  • randomBytes
  • -
  • runtimeType
  • +
  • runtimeType
  • time
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -264,7 +264,7 @@
    data library
    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() MathRNG
    @@ -112,9 +110,7 @@

    Classes

    V4Options stores the options passed into the v4 function. random is the random bytes to use to generate the UUID. Primarily used for testing, or recreating a UUID -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 +rng is the random number generator function to use. Defaults to MathRNG() MathRNG
    @@ -215,8 +211,8 @@
    uuid packagedata
  • enums
  • parsing
  • +
  • rng
  • uuid
  • -
  • uuid_util
  • uuid_value
  • v1
  • v4
  • @@ -259,7 +255,7 @@
    data library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/Namespace-class.html b/doc/api/enums/Namespace-class.html index d50f4b4..8f9006e 100644 --- a/doc/api/enums/Namespace-class.html +++ b/doc/api/enums/Namespace-class.html @@ -77,8 +77,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -88,8 +88,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -108,7 +108,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -121,8 +121,8 @@

    Methods

    - toString() - String + toString() + String @@ -142,8 +142,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -166,7 +166,7 @@

    Constants

    DNS - → const String + → const String
    @@ -181,7 +181,7 @@

    Constants

    NIL - → const String + → const String
    @@ -196,7 +196,7 @@

    Constants

    OID - → const String + → const String
    @@ -211,7 +211,7 @@

    Constants

    URL - → const String + → const String
    @@ -226,7 +226,7 @@

    Constants

    X500 - → const String + → const String
    @@ -286,15 +286,15 @@
    enums library
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -314,7 +314,7 @@
    enums library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/Namespace/DNS-constant.html b/doc/api/enums/Namespace/DNS-constant.html index 68434ab..645b5e5 100644 --- a/doc/api/enums/Namespace/DNS-constant.html +++ b/doc/api/enums/Namespace/DNS-constant.html @@ -56,7 +56,7 @@

    DNS constant
    - String + String const DNS @@ -97,15 +97,15 @@
    Namespace class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -128,7 +128,7 @@
    Namespace class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/Namespace/NIL-constant.html b/doc/api/enums/Namespace/NIL-constant.html index 771e59c..5be345b 100644 --- a/doc/api/enums/Namespace/NIL-constant.html +++ b/doc/api/enums/Namespace/NIL-constant.html @@ -56,7 +56,7 @@

    NIL constant
    - String + String const NIL @@ -97,15 +97,15 @@
    Namespace class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -128,7 +128,7 @@
    Namespace class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/Namespace/Namespace.html b/doc/api/enums/Namespace/Namespace.html index 8116482..3dd2534 100644 --- a/doc/api/enums/Namespace/Namespace.html +++ b/doc/api/enums/Namespace/Namespace.html @@ -92,15 +92,15 @@
    Namespace class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -123,7 +123,7 @@
    Namespace class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/Namespace/OID-constant.html b/doc/api/enums/Namespace/OID-constant.html index 1943cce..7e7c4c7 100644 --- a/doc/api/enums/Namespace/OID-constant.html +++ b/doc/api/enums/Namespace/OID-constant.html @@ -56,7 +56,7 @@

    OID constant
    - String + String const OID @@ -97,15 +97,15 @@
    Namespace class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -128,7 +128,7 @@
    Namespace class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/Namespace/URL-constant.html b/doc/api/enums/Namespace/URL-constant.html index d58fff8..42134b1 100644 --- a/doc/api/enums/Namespace/URL-constant.html +++ b/doc/api/enums/Namespace/URL-constant.html @@ -56,7 +56,7 @@

    URL constant
    - String + String const URL @@ -97,15 +97,15 @@
    Namespace class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -128,7 +128,7 @@
    Namespace class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/Namespace/X500-constant.html b/doc/api/enums/Namespace/X500-constant.html index 8edc414..f4c0cf0 100644 --- a/doc/api/enums/Namespace/X500-constant.html +++ b/doc/api/enums/Namespace/X500-constant.html @@ -56,7 +56,7 @@

    X500 constant
    - String + String const X500 @@ -97,15 +97,15 @@
    Namespace class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -128,7 +128,7 @@
    Namespace class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/ValidationMode.html b/doc/api/enums/ValidationMode.html index e7b9030..ff574e8 100644 --- a/doc/api/enums/ValidationMode.html +++ b/doc/api/enums/ValidationMode.html @@ -71,8 +71,8 @@

    Inheritance
    @@ -140,8 +140,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -151,8 +151,8 @@

    Properties

    - index - int + index + int
    @@ -162,8 +162,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -182,7 +182,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -195,8 +195,8 @@

    Methods

    - toString() - String + toString() + String @@ -216,8 +216,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -240,7 +240,7 @@

    Constants

    values - → const List<ValidationMode> + → const List<ValidationMode>
    @@ -302,16 +302,16 @@
    enums library
  • Properties
  • -
  • hashCode
  • -
  • index
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • index
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -327,7 +327,7 @@
    enums library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/ValidationMode/ValidationMode.html b/doc/api/enums/ValidationMode/ValidationMode.html index 38caff9..10fbc01 100644 --- a/doc/api/enums/ValidationMode/ValidationMode.html +++ b/doc/api/enums/ValidationMode/ValidationMode.html @@ -95,16 +95,16 @@
    ValidationMode enum
  • Properties
  • -
  • hashCode
  • -
  • index
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • index
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -123,7 +123,7 @@
    ValidationMode enum
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/ValidationMode/values-constant.html b/doc/api/enums/ValidationMode/values-constant.html index 32d1730..3f13fcb 100644 --- a/doc/api/enums/ValidationMode/values-constant.html +++ b/doc/api/enums/ValidationMode/values-constant.html @@ -56,7 +56,7 @@

    values constant
    - List<ValidationMode> + List<ValidationMode> const values @@ -99,16 +99,16 @@
    ValidationMode enum
  • Properties
  • -
  • hashCode
  • -
  • index
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • index
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -127,7 +127,7 @@
    ValidationMode enum
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/enums/enums-library.html b/doc/api/enums/enums-library.html index e0f5dc8..28dc556 100644 --- a/doc/api/enums/enums-library.html +++ b/doc/api/enums/enums-library.html @@ -115,8 +115,8 @@
    uuid packagedata
  • enums
  • parsing
  • +
  • rng
  • uuid
  • -
  • uuid_util
  • uuid_value
  • v1
  • v4
  • @@ -153,7 +153,7 @@
    enums library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/index.html b/doc/api/index.html index 9d2e877..7d934d2 100644 --- a/doc/api/index.html +++ b/doc/api/index.html @@ -126,18 +126,18 @@

    Libraries

    -
    - uuid +
    + rng
    -
    Generates UUID v1, v4, v5, v6, v7, v8 following RFC4122 standard. +
    -
    - uuid_util +
    + uuid
    -
    Utility functions for UUID library. +
    Generates UUID v1, v4, v5, v6, v7, v8 following RFC4122 standard.
    @@ -219,8 +219,8 @@

    - parseAsByteList(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122}) - Uint8List + parseAsByteList(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122}) + Uint8List @@ -194,8 +194,8 @@

    Static Methods

    - parseHexToBytes(String hex) - Uint8List + parseHexToBytes(String hex) + Uint8List @@ -207,8 +207,8 @@

    Static Methods

    - unparse(List<int> buffer, {int offset = 0}) - String + unparse(List<int> buffer, {int offset = 0}) + String @@ -268,15 +268,15 @@
    parsing library
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -295,7 +295,7 @@
    parsing library
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/parsing/UuidParsing/UuidParsing.html b/doc/api/parsing/UuidParsing/UuidParsing.html index bf38594..477b32e 100644 --- a/doc/api/parsing/UuidParsing/UuidParsing.html +++ b/doc/api/parsing/UuidParsing/UuidParsing.html @@ -92,15 +92,15 @@
    UuidParsing class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -122,7 +122,7 @@
    UuidParsing class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/parsing/UuidParsing/parse.html b/doc/api/parsing/UuidParsing/parse.html index 3df7b40..539cef2 100644 --- a/doc/api/parsing/UuidParsing/parse.html +++ b/doc/api/parsing/UuidParsing/parse.html @@ -57,11 +57,11 @@

    parse static method
    -List<int> -parse(
    1. String uuid,
    2. -
    3. {List<int>? buffer,
    4. -
    5. int offset = 0,
    6. -
    7. bool validate = true,
    8. +List<int> +parse(
      1. String uuid,
      2. +
      3. {List<int>? buffer,
      4. +
      5. int offset = 0,
      6. +
      7. bool validate = true,
      8. ValidationMode validationMode = ValidationMode.strictRFC4122}
      ) @@ -77,9 +77,9 @@

      parse static method a new buffer is created and returned. If a buffer was provided, it is returned (even if the uuid bytes are not placed at the beginning of that buffer).

      -

      Throws FormatException if the UUID is invalid. Optionally you can set +

      Throws FormatException if the UUID is invalid. Optionally you can set validate to false to disable validation of the UUID before parsing.

      -

      Throws RangeError if a buffer is provided and it is too small. +

      Throws RangeError if a buffer is provided and it is too small. It is also thrown if a non-zero offset is provided without providing a buffer.

    @@ -164,15 +164,15 @@

    UuidParsing class
  • Properties
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -194,7 +194,7 @@
    UuidParsing class
    uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/parsing/UuidParsing/parseAsByteList.html b/doc/api/parsing/UuidParsing/parseAsByteList.html index 0a79d13..e9a7b6f 100644 --- a/doc/api/parsing/UuidParsing/parseAsByteList.html +++ b/doc/api/parsing/UuidParsing/parseAsByteList.html @@ -57,11 +57,11 @@

    parseAsByteList static method
    -Uint8List -parseAsByteList(
    1. String uuid,
    2. -
    3. {List<int>? buffer,
    4. -
    5. int offset = 0,
    6. -
    7. bool validate = true,
    8. +Uint8List +parseAsByteList(
      1. String uuid,
      2. +
      3. {List<int>? buffer,
      4. +
      5. int offset = 0,
      6. +
      7. bool validate = true,
      8. ValidationMode validationMode = ValidationMode.strictRFC4122}
      ) @@ -122,15 +122,15 @@
      UuidParsing class
    9. Properties
    10. -
    11. hashCode
    12. -
    13. runtimeType
    14. +
    15. hashCode
    16. +
    17. runtimeType
    18. Methods
    19. -
    20. noSuchMethod
    21. -
    22. toString
    23. +
    24. noSuchMethod
    25. +
    26. toString
    27. Operators
    28. -
    29. operator ==
    30. +
    31. operator ==
    32. @@ -152,7 +152,7 @@
      UuidParsing class
      uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/parsing/UuidParsing/parseHexToBytes.html b/doc/api/parsing/UuidParsing/parseHexToBytes.html index ea0abdc..09e73c0 100644 --- a/doc/api/parsing/UuidParsing/parseHexToBytes.html +++ b/doc/api/parsing/UuidParsing/parseHexToBytes.html @@ -57,8 +57,8 @@

      parseHexToBytes static method
      -Uint8List -parseHexToBytes(
      1. String hex
      2. +Uint8List +parseHexToBytes(
        1. String hex
        ) @@ -117,15 +117,15 @@
        UuidParsing class
      3. Properties
      4. -
      5. hashCode
      6. -
      7. runtimeType
      8. +
      9. hashCode
      10. +
      11. runtimeType
      12. Methods
      13. -
      14. noSuchMethod
      15. -
      16. toString
      17. +
      18. noSuchMethod
      19. +
      20. toString
      21. Operators
      22. -
      23. operator ==
      24. +
      25. operator ==
      26. @@ -147,7 +147,7 @@
        UuidParsing class
        uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/parsing/UuidParsing/unparse.html b/doc/api/parsing/UuidParsing/unparse.html index 20eddd6..7d07bb9 100644 --- a/doc/api/parsing/UuidParsing/unparse.html +++ b/doc/api/parsing/UuidParsing/unparse.html @@ -57,9 +57,9 @@

        unparse static method
        -String -unparse(
        1. List<int> buffer,
        2. -
        3. {int offset = 0}
        4. +String +unparse(
          1. List<int> buffer,
          2. +
          3. {int offset = 0}
          ) @@ -70,7 +70,7 @@

          unparse static method

          Unparses a buffer of bytes and outputs a proper UUID string. An optional offset is allowed if you want to start at a different point in the buffer.

          -

          Throws a RangeError exception if the buffer is not large enough to +

          Throws a RangeError exception if the buffer is not large enough to hold the bytes. That is, if the length of the buffer after the offset is less than 16.

        @@ -124,15 +124,15 @@

        UuidParsing class
      27. Properties
      28. -
      29. hashCode
      30. -
      31. runtimeType
      32. +
      33. hashCode
      34. +
      35. runtimeType
      36. Methods
      37. -
      38. noSuchMethod
      39. -
      40. toString
      41. +
      42. noSuchMethod
      43. +
      44. toString
      45. Operators
      46. -
      47. operator ==
      48. +
      49. operator ==
      50. @@ -154,7 +154,7 @@
        UuidParsing class
        uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/parsing/parsing-library.html b/doc/api/parsing/parsing-library.html index bdf3c2b..7c25360 100644 --- a/doc/api/parsing/parsing-library.html +++ b/doc/api/parsing/parsing-library.html @@ -101,8 +101,8 @@
        uuid packagedata
      51. enums
      52. parsing
      53. +
      54. rng
      55. uuid
      56. -
      57. uuid_util
      58. uuid_value
      59. v1
      60. v4
      61. @@ -137,7 +137,7 @@
        parsing library
        uuid - 4.0.0-beta2 + 4.0.0-beta3 diff --git a/doc/api/rng/CryptoRNG-class.html b/doc/api/rng/CryptoRNG-class.html new file mode 100644 index 0000000..f348042 --- /dev/null +++ b/doc/api/rng/CryptoRNG-class.html @@ -0,0 +1,285 @@ + + + + + + + + CryptoRNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        CryptoRNG
        + +
        + +
        +
        +
        + +
        +
        +

        CryptoRNG class + Null safety + +

        + + +
        +

        Crypto-Strong RNG. All platforms, unknown speed, cryptographically strong +(theoretically)

        +
        + + +
        +
        + + + +
        Implemented types
        +
        + +
        + + + + + + + +
        +
        + + +
        +

        Constructors

        + +
        +
        + CryptoRNG() +
        +
        + +
        +
        +
        + +
        +

        Properties

        + +
        +
        + 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() + Uint8List + + + +
        +
        + +
        override
        + +
        + +
        + noSuchMethod(Invocation invocation) + → dynamic + + + +
        +
        + Invoked when a non-existent method or property is accessed. +
        inherited
        + +
        + +
        + toString() + String + + + +
        +
        + A string representation of this object. +
        inherited
        + +
        + +
        +
        + +
        +

        Operators

        +
        +
        + operator ==(Object other) + bool + + + +
        +
        + The equality operator. +
        inherited
        + +
        + +
        +
        + + + + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/CryptoRNG/CryptoRNG.html b/doc/api/rng/CryptoRNG/CryptoRNG.html new file mode 100644 index 0000000..ec072c9 --- /dev/null +++ b/doc/api/rng/CryptoRNG/CryptoRNG.html @@ -0,0 +1,137 @@ + + + + + + + + CryptoRNG constructor - CryptoRNG - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        CryptoRNG
        + +
        + +
        +
        +
        + +
        +
        +

        CryptoRNG constructor + Null safety +

        + +
        + + CryptoRNG() +
        + + + + + + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/CryptoRNG/generate.html b/doc/api/rng/CryptoRNG/generate.html new file mode 100644 index 0000000..49a451e --- /dev/null +++ b/doc/api/rng/CryptoRNG/generate.html @@ -0,0 +1,159 @@ + + + + + + + + generate method - CryptoRNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        generate
        + +
        + +
        +
        +
        + +
        +
        +

        generate method + Null safety +

        + +
        + +
        +
          +
        1. @override
        2. +
        +
        + +Uint8List +generate() + +
        override
        + +
        + + + + +
        +

        Implementation

        +
        @override
        +Uint8List generate() {
        +  final b = Uint8List(16);
        +
        +  for (var i = 0; i < 16; i++) {
        +    b[i] = _secureRandom.nextInt(256);
        +  }
        +
        +  return b;
        +}
        +
        + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/LegacyRNG-class.html b/doc/api/rng/LegacyRNG-class.html new file mode 100644 index 0000000..edc81b4 --- /dev/null +++ b/doc/api/rng/LegacyRNG-class.html @@ -0,0 +1,282 @@ + + + + + + + + LegacyRNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        LegacyRNG
        + +
        + +
        +
        +
        + +
        +
        +

        LegacyRNG class + Null safety + +

        + + + + +
        +
        + + + +
        Implemented types
        +
        + +
        + + + + + + + +
        +
        + + +
        +

        Constructors

        + +
        +
        + LegacyRNG(Function _rng, Map<Symbol, dynamic> _namedArgs, List _positionalArgs) +
        +
        + +
        const
        +
        +
        +
        + +
        +

        Properties

        + +
        +
        + 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() + Uint8List + + + +
        +
        + +
        override
        + +
        + +
        + noSuchMethod(Invocation invocation) + → dynamic + + + +
        +
        + Invoked when a non-existent method or property is accessed. +
        inherited
        + +
        + +
        + toString() + String + + + +
        +
        + A string representation of this object. +
        inherited
        + +
        + +
        +
        + +
        +

        Operators

        +
        +
        + operator ==(Object other) + bool + + + +
        +
        + The equality operator. +
        inherited
        + +
        + +
        +
        + + + + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/LegacyRNG/LegacyRNG.html b/doc/api/rng/LegacyRNG/LegacyRNG.html new file mode 100644 index 0000000..458528c --- /dev/null +++ b/doc/api/rng/LegacyRNG/LegacyRNG.html @@ -0,0 +1,144 @@ + + + + + + + + LegacyRNG constructor - LegacyRNG - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        LegacyRNG
        + +
        + +
        +
        +
        + +
        +
        +

        LegacyRNG constructor + Null safety +

        + +
        + const + LegacyRNG(
        1. Function _rng,
        2. +
        3. Map<Symbol, dynamic> _namedArgs,
        4. +
        5. List _positionalArgs
        6. +
        ) +
        + + + + + +
        +

        Implementation

        +
        const LegacyRNG(this._rng, this._namedArgs, this._positionalArgs);
        +
        + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/LegacyRNG/generate.html b/doc/api/rng/LegacyRNG/generate.html new file mode 100644 index 0000000..5bcb78e --- /dev/null +++ b/doc/api/rng/LegacyRNG/generate.html @@ -0,0 +1,153 @@ + + + + + + + + generate method - LegacyRNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        generate
        + +
        + +
        +
        +
        + +
        +
        +

        generate method + Null safety +

        + +
        + +
        +
          +
        1. @override
        2. +
        +
        + +Uint8List +generate() + +
        override
        + +
        + + + + +
        +

        Implementation

        +
        @override
        +Uint8List generate() {
        +  return Function.apply(_rng, _positionalArgs, _namedArgs);
        +}
        +
        + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/MathRNG-class.html b/doc/api/rng/MathRNG-class.html new file mode 100644 index 0000000..8952616 --- /dev/null +++ b/doc/api/rng/MathRNG-class.html @@ -0,0 +1,298 @@ + + + + + + + + MathRNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        MathRNG
        + +
        + +
        +
        +
        + +
        +
        +

        MathRNG class + Null safety + +

        + + +
        +

        Math.Random()-based RNG. All platforms, fast, not cryptographically +strong. Optional seed can be passed on creation.

        +
        + + +
        +
        + + + +
        Implemented types
        +
        + +
        + + + + + + + +
        +
        + + +
        +

        Constructors

        + +
        +
        + MathRNG({int seed = -1}) +
        +
        + +
        const
        +
        +
        +
        + +
        +

        Properties

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

        Methods

        +
        +
        + generate() + Uint8List + + + +
        +
        + +
        override
        + +
        + +
        + noSuchMethod(Invocation invocation) + → dynamic + + + +
        +
        + Invoked when a non-existent method or property is accessed. +
        inherited
        + +
        + +
        + toString() + String + + + +
        +
        + A string representation of this object. +
        inherited
        + +
        + +
        +
        + +
        +

        Operators

        +
        +
        + operator ==(Object other) + bool + + + +
        +
        + The equality operator. +
        inherited
        + +
        + +
        +
        + + + + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/MathRNG/MathRNG.html b/doc/api/rng/MathRNG/MathRNG.html new file mode 100644 index 0000000..7ff37e6 --- /dev/null +++ b/doc/api/rng/MathRNG/MathRNG.html @@ -0,0 +1,143 @@ + + + + + + + + MathRNG constructor - MathRNG - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        MathRNG
        + +
        + +
        +
        +
        + +
        +
        +

        MathRNG constructor + Null safety +

        + +
        + const + MathRNG(
        1. {int seed = -1}
        2. +
        ) +
        + + + + + +
        +

        Implementation

        +
        const MathRNG({this.seed = -1});
        +
        + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/MathRNG/generate.html b/doc/api/rng/MathRNG/generate.html new file mode 100644 index 0000000..3c6ea10 --- /dev/null +++ b/doc/api/rng/MathRNG/generate.html @@ -0,0 +1,161 @@ + + + + + + + + generate method - MathRNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        generate
        + +
        + +
        +
        +
        + +
        +
        +

        generate method + Null safety +

        + +
        + +
        +
          +
        1. @override
        2. +
        +
        + +Uint8List +generate() + +
        override
        + +
        + + + + +
        +

        Implementation

        +
        @override
        +Uint8List generate() {
        +  final b = Uint8List(16);
        +  final rand = (seed == -1) ? _random : Random(seed);
        +
        +  for (var i = 0; i < 16; i++) {
        +    b[i] = rand.nextInt(256);
        +  }
        +
        +  return b;
        +}
        +
        + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/MathRNG/seed.html b/doc/api/rng/MathRNG/seed.html new file mode 100644 index 0000000..0a76006 --- /dev/null +++ b/doc/api/rng/MathRNG/seed.html @@ -0,0 +1,143 @@ + + + + + + + + seed property - MathRNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        seed
        + +
        + +
        +
        +
        + +
        +
        +

        seed property + Null safety +

        + +
        + + int + seed +
        final
        + +
        + + + +
        +

        Implementation

        +
        final int seed;
        +
        + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/RNG-class.html b/doc/api/rng/RNG-class.html new file mode 100644 index 0000000..00cd679 --- /dev/null +++ b/doc/api/rng/RNG-class.html @@ -0,0 +1,281 @@ + + + + + + + + RNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        RNG
        + +
        + +
        +
        +
        + +
        +
        +

        RNG class + Null safety + +

        + + + + +
        +
        + + + + + +
        Implementers
        +
        + + + + + +
        +
        + + +
        +

        Constructors

        + +
        +
        + RNG() +
        +
        + +
        +
        +
        + +
        +

        Properties

        + +
        +
        + 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() + Uint8List + + + +
        +
        + + + +
        + +
        + noSuchMethod(Invocation invocation) + → dynamic + + + +
        +
        + Invoked when a non-existent method or property is accessed. +
        inherited
        + +
        + +
        + toString() + String + + + +
        +
        + A string representation of this object. +
        inherited
        + +
        + +
        +
        + +
        +

        Operators

        +
        +
        + operator ==(Object other) + bool + + + +
        +
        + The equality operator. +
        inherited
        + +
        + +
        +
        + + + + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/RNG/RNG.html b/doc/api/rng/RNG/RNG.html new file mode 100644 index 0000000..98cff64 --- /dev/null +++ b/doc/api/rng/RNG/RNG.html @@ -0,0 +1,137 @@ + + + + + + + + RNG constructor - RNG - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        RNG
        + +
        + +
        +
        +
        + +
        +
        +

        RNG constructor + Null safety +

        + +
        + + RNG() +
        + + + + + + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/RNG/generate.html b/doc/api/rng/RNG/generate.html new file mode 100644 index 0000000..a21b83e --- /dev/null +++ b/doc/api/rng/RNG/generate.html @@ -0,0 +1,145 @@ + + + + + + + + generate method - RNG class - rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        generate
        + +
        + +
        +
        +
        + +
        +
        +

        generate abstract method + Null safety +

        + +
        + + +Uint8List +generate() + + + +
        + + + + +
        +

        Implementation

        +
        Uint8List generate();
        +
        + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/rng/rng-library.html b/doc/api/rng/rng-library.html new file mode 100644 index 0000000..e5c50dc --- /dev/null +++ b/doc/api/rng/rng-library.html @@ -0,0 +1,185 @@ + + + + + + + + rng library - Dart API + + + + + + + + + + + + + + + + + +
        + +
        + menu + +
        rng
        + +
        + +
        +
        +
        + +
        + +
        +

        rng library + Null safety + +

        + + + + +
        +

        Classes

        + +
        +
        + CryptoRNG + +
        +
        + Crypto-Strong RNG. All platforms, unknown speed, cryptographically strong +(theoretically) +
        + +
        + LegacyRNG + +
        +
        + +
        + +
        + MathRNG + +
        +
        + Math.Random()-based RNG. All platforms, fast, not cryptographically +strong. Optional seed can be passed on creation. +
        + +
        + RNG + +
        +
        + +
        + +
        +
        + + + + + + + + + +
        + + + + + +
        + +
        + + uuid + 4.0.0-beta3 + + + +
        + + + + + + + + + + + + diff --git a/doc/api/search.html b/doc/api/search.html index a370e80..c2b6601 100644 --- a/doc/api/search.html +++ b/doc/api/search.html @@ -69,8 +69,8 @@

    @@ -99,8 +97,8 @@

    Properties

    - hashCode - int + hashCode + int
    @@ -110,8 +108,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -130,7 +128,7 @@

    Properties

    Methods

    - noSuchMethod(Invocation invocation) + noSuchMethod(Invocation invocation) → dynamic @@ -143,8 +141,8 @@

    Methods

    - toString() - String + toString() + String @@ -156,8 +154,8 @@

    Methods

    - v1({Map<String, dynamic>? options, V1Options? config}) - String + v1({Map<String, dynamic>? options, V1Options? config}) + String @@ -169,8 +167,8 @@

    Methods

    - v1buffer(List<int> buffer, {Map<String, dynamic>? options, V1Options? config, int offset = 0}) - List<int> + v1buffer(List<int> buffer, {Map<String, dynamic>? options, V1Options? config, int offset = 0}) + List<int> @@ -182,7 +180,7 @@

    Methods

    - v1obj({Map<String, dynamic>? options, V1Options? config}) + v1obj({Map<String, dynamic>? options, V1Options? config}) UuidValue @@ -195,8 +193,8 @@

    Methods

    - v4({Map<String, dynamic>? options, V4Options? config}) - String + v4({Map<String, dynamic>? options, V4Options? config}) + String @@ -208,8 +206,8 @@

    Methods

    - v4buffer(List<int> buffer, {Map<String, dynamic>? options, V4Options? config, int offset = 0}) - List<int> + v4buffer(List<int> buffer, {Map<String, dynamic>? options, V4Options? config, int offset = 0}) + List<int> @@ -221,7 +219,7 @@

    Methods

    - v4obj({Map<String, dynamic>? options, V4Options? config}) + v4obj({Map<String, dynamic>? options, V4Options? config}) UuidValue @@ -234,8 +232,8 @@

    Methods

    - v5(String? namespace, String? name, {Map<String, dynamic>? options, V5Options? config}) - String + v5(String? namespace, String? name, {Map<String, dynamic>? options, V5Options? config}) + String @@ -247,8 +245,8 @@

    Methods

    - v5buffer(String? namespace, String? name, List<int>? buffer, {Map<String, dynamic>? options, V5Options? config, int offset = 0}) - List<int> + v5buffer(String? namespace, String? name, List<int>? buffer, {Map<String, dynamic>? options, V5Options? config, int offset = 0}) + List<int> @@ -260,7 +258,7 @@

    Methods

    - v5obj(String? namespace, String? name, {Map<String, dynamic>? options, V5Options? config}) + v5obj(String? namespace, String? name, {Map<String, dynamic>? options, V5Options? config}) UuidValue @@ -274,7 +272,7 @@

    Methods

    v6({V6Options? config}) - String + String @@ -286,8 +284,8 @@

    Methods

    - v6buffer(List<int> buffer, {V6Options? config, int offset = 0}) - List<int> + v6buffer(List<int> buffer, {V6Options? config, int offset = 0}) + List<int> @@ -313,7 +311,7 @@

    Methods

    v7({V7Options? config}) - String + String @@ -325,8 +323,8 @@

    Methods

    - v7buffer(List<int> buffer, {V7Options? config, int offset = 0}) - List<int> + v7buffer(List<int> buffer, {V7Options? config, int offset = 0}) + List<int> @@ -352,7 +350,7 @@

    Methods

    v8({V8Options? config}) - String + String @@ -364,8 +362,8 @@

    Methods

    - v8buffer(List<int> buffer, {V8Options? config, int offset = 0}) - List<int> + v8buffer(List<int> buffer, {V8Options? config, int offset = 0}) + List<int> @@ -398,8 +396,8 @@

    Methods

    Operators

    - operator ==(Object other) - bool + operator ==(Object other) + bool @@ -418,15 +416,15 @@

    Operators

    Static Methods

    - isValidUUID({String fromString = '', Uint8List? fromByteList, ValidationMode validationMode = ValidationMode.strictRFC4122}) - bool + isValidUUID({String fromString = '', Uint8List? fromByteList, ValidationMode validationMode = ValidationMode.strictRFC4122}) + bool
    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. @@ -434,8 +432,8 @@

    Static Methods

    - parse(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122}) - List<int> + parse(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122}) + List<int> @@ -451,8 +449,8 @@

    Static Methods

    - parseAsByteList(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122}) - Uint8List + parseAsByteList(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122}) + Uint8List @@ -468,8 +466,8 @@

    Static Methods

    - unparse(List<int> buffer, {int offset = 0}) - String + unparse(List<int> buffer, {int offset = 0}) + String @@ -493,7 +491,7 @@

    Constants

    NAMESPACE_DNS - → const String + → const String
    @@ -508,7 +506,7 @@

    Constants

    NAMESPACE_NIL - → const String + → const String
    @@ -523,7 +521,7 @@

    Constants

    NAMESPACE_OID - → const String + → const String
    @@ -538,7 +536,7 @@

    Constants

    NAMESPACE_URL - → const String + → const String
    @@ -553,7 +551,7 @@

    Constants

    NAMESPACE_X500 - → const String + → const String
    @@ -616,12 +614,12 @@
    uuid library
    Properties
  • goptions
  • -
  • hashCode
  • -
  • runtimeType
  • +
  • hashCode
  • +
  • runtimeType
  • Methods
  • -
  • noSuchMethod
  • -
  • toString
  • +
  • noSuchMethod
  • +
  • toString
  • v1
  • v1buffer
  • v1obj
  • @@ -642,7 +640,7 @@
    uuid library
  • v8obj
  • Operators
  • -
  • operator ==
  • +
  • operator ==
  • @@ -667,7 +665,7 @@
    uuid library