diff --git a/doc/__404error.html b/doc/__404error.html index 6576a46..aaf9b48 100644 --- a/doc/__404error.html +++ b/doc/__404error.html @@ -79,6 +79,7 @@

404: Something's gone wrong :-(

uuid package
  1. Libraries
  2. +
  3. constants
  4. data
  5. enums
  6. parsing
  7. @@ -105,7 +106,7 @@
    uuid package uuid - 4.5.0 + 4.5.1 diff --git a/doc/constants/InternalConstants-class-sidebar.html b/doc/constants/InternalConstants-class-sidebar.html new file mode 100644 index 0000000..2125f2c --- /dev/null +++ b/doc/constants/InternalConstants-class-sidebar.html @@ -0,0 +1,33 @@ +
      + +
    1. Constructors
    2. +
    3. InternalConstants
    4. + + + +
    5. + Properties +
    6. +
    7. hashCode
    8. +
    9. runtimeType
    10. + +
    11. Methods
    12. +
    13. noSuchMethod
    14. +
    15. toString
    16. + +
    17. Operators
    18. +
    19. operator ==
    20. + + + + + + +
    21. Constants
    22. +
    23. zDNS
    24. +
    25. zMAX
    26. +
    27. zNIL
    28. +
    29. zOID
    30. +
    31. zURL
    32. +
    33. zX500
    34. +
    diff --git a/doc/constants/InternalConstants-class.html b/doc/constants/InternalConstants-class.html new file mode 100644 index 0000000..16f7fbc --- /dev/null +++ b/doc/constants/InternalConstants-class.html @@ -0,0 +1,301 @@ + + + + + + + + InternalConstants class - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    InternalConstants
    + +
    + +
    +
    +
    + +
    +
    +

    InternalConstants class + +

    + + + + + + +
    +

    Constructors

    + +
    +
    + InternalConstants() +
    +
    + +
    +
    +
    + +
    +

    Properties

    +
    +
    + hashCode + int + + +
    +
    + The hash code for this object. +
    no setterinherited
    + +
    + +
    + runtimeType + Type + + +
    +
    + A representation of the runtime type of the object. +
    no setterinherited
    + +
    + +
    +
    + +
    +

    Methods

    +
    +
    + noSuchMethod(Invocation invocation) + → dynamic + + + +
    +
    + Invoked when a nonexistent method or property is accessed. +
    inherited
    + +
    + +
    + toString() + String + + + +
    +
    + A string representation of this object. +
    inherited
    + +
    + +
    +
    + +
    +

    Operators

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

    Constants

    + +
    +
    + zDNS + → const String + + +
    +
    + The string constant for DNS, primarily for internal use, do not use, +no guarantees this won't be renamed or removed. + + +
    + +
    + zMAX + → const String + + +
    +
    + The string constant for MAX, primarily for internal use, do not use, +no guarantees this won't be renamed or removed. + + +
    + +
    + zNIL + → const String + + +
    +
    + The string constant for NIL, primarily for internal use, do not use, +no guarantees this won't be renamed or removed. + + +
    + +
    + zOID + → const String + + +
    +
    + The string constant for OID, primarily for internal use, do not use, +no guarantees this won't be renamed or removed. + + +
    + +
    + zURL + → const String + + +
    +
    + The string constant for URL, primarily for internal use, do not use, +no guarantees this won't be renamed or removed. + + +
    + +
    + zX500 + → const String + + +
    +
    + The string constant for X500, primarily for internal use, do not use, +no guarantees this won't be renamed or removed. + + +
    + +
    +
    + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/InternalConstants/InternalConstants.html b/doc/constants/InternalConstants/InternalConstants.html new file mode 100644 index 0000000..f2d1d5c --- /dev/null +++ b/doc/constants/InternalConstants/InternalConstants.html @@ -0,0 +1,120 @@ + + + + + + + + InternalConstants constructor - InternalConstants - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    InternalConstants
    + +
    + +
    +
    +
    + +
    +
    +

    InternalConstants constructor +

    + +
    + + InternalConstants() +
    + + + + + + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/InternalConstants/zDNS-constant.html b/doc/constants/InternalConstants/zDNS-constant.html new file mode 100644 index 0000000..3126f08 --- /dev/null +++ b/doc/constants/InternalConstants/zDNS-constant.html @@ -0,0 +1,129 @@ + + + + + + + + zDNS constant - InternalConstants class - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    zDNS
    + +
    + +
    +
    +
    + +
    +
    +

    zDNS constant +

    + +
    + + String + const zDNS + + +
    + +
    +

    The string constant for DNS, primarily for internal use, do not use, +no guarantees this won't be renamed or removed.

    +
    + + +
    +

    Implementation

    +
    static const zDNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
    +
    + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/InternalConstants/zMAX-constant.html b/doc/constants/InternalConstants/zMAX-constant.html new file mode 100644 index 0000000..8c658f8 --- /dev/null +++ b/doc/constants/InternalConstants/zMAX-constant.html @@ -0,0 +1,129 @@ + + + + + + + + zMAX constant - InternalConstants class - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    zMAX
    + +
    + +
    +
    +
    + +
    +
    +

    zMAX constant +

    + +
    + + String + const zMAX + + +
    + +
    +

    The string constant for MAX, primarily for internal use, do not use, +no guarantees this won't be renamed or removed.

    +
    + + +
    +

    Implementation

    +
    static const zMAX = 'ffffffff-ffff-ffff-ffff-ffffffffffff';
    +
    + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/InternalConstants/zNIL-constant.html b/doc/constants/InternalConstants/zNIL-constant.html new file mode 100644 index 0000000..07aa3e7 --- /dev/null +++ b/doc/constants/InternalConstants/zNIL-constant.html @@ -0,0 +1,129 @@ + + + + + + + + zNIL constant - InternalConstants class - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    zNIL
    + +
    + +
    +
    +
    + +
    +
    +

    zNIL constant +

    + +
    + + String + const zNIL + + +
    + +
    +

    The string constant for NIL, primarily for internal use, do not use, +no guarantees this won't be renamed or removed.

    +
    + + +
    +

    Implementation

    +
    static const zNIL = '00000000-0000-0000-0000-000000000000';
    +
    + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/InternalConstants/zOID-constant.html b/doc/constants/InternalConstants/zOID-constant.html new file mode 100644 index 0000000..aed3182 --- /dev/null +++ b/doc/constants/InternalConstants/zOID-constant.html @@ -0,0 +1,129 @@ + + + + + + + + zOID constant - InternalConstants class - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    zOID
    + +
    + +
    +
    +
    + +
    +
    +

    zOID constant +

    + +
    + + String + const zOID + + +
    + +
    +

    The string constant for OID, primarily for internal use, do not use, +no guarantees this won't be renamed or removed.

    +
    + + +
    +

    Implementation

    +
    static const zOID = '6ba7b812-9dad-11d1-80b4-00c04fd430c8';
    +
    + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/InternalConstants/zURL-constant.html b/doc/constants/InternalConstants/zURL-constant.html new file mode 100644 index 0000000..04a7ad2 --- /dev/null +++ b/doc/constants/InternalConstants/zURL-constant.html @@ -0,0 +1,129 @@ + + + + + + + + zURL constant - InternalConstants class - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    zURL
    + +
    + +
    +
    +
    + +
    +
    +

    zURL constant +

    + +
    + + String + const zURL + + +
    + +
    +

    The string constant for URL, primarily for internal use, do not use, +no guarantees this won't be renamed or removed.

    +
    + + +
    +

    Implementation

    +
    static const zURL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
    +
    + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/InternalConstants/zX500-constant.html b/doc/constants/InternalConstants/zX500-constant.html new file mode 100644 index 0000000..a35ef6b --- /dev/null +++ b/doc/constants/InternalConstants/zX500-constant.html @@ -0,0 +1,129 @@ + + + + + + + + zX500 constant - InternalConstants class - constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    zX500
    + +
    + +
    +
    +
    + +
    +
    +

    zX500 constant +

    + +
    + + String + const zX500 + + +
    + +
    +

    The string constant for X500, primarily for internal use, do not use, +no guarantees this won't be renamed or removed.

    +
    + + +
    +

    Implementation

    +
    static const zX500 = '6ba7b814-9dad-11d1-80b4-00c04fd430c8';
    +
    + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/constants/constants-library-sidebar.html b/doc/constants/constants-library-sidebar.html new file mode 100644 index 0000000..64f0918 --- /dev/null +++ b/doc/constants/constants-library-sidebar.html @@ -0,0 +1,13 @@ +
      +
    1. Classes
    2. +
    3. InternalConstants
    4. + + + + + + + + + +
    diff --git a/doc/constants/constants-library.html b/doc/constants/constants-library.html new file mode 100644 index 0000000..8ddccb2 --- /dev/null +++ b/doc/constants/constants-library.html @@ -0,0 +1,159 @@ + + + + + + + + constants library - Dart API + + + + + + + + + + + + + + + + + +
    + +
    + menu + +
    constants
    + +
    + +
    +
    +
    + +
    + +
    + + +

    + constants + library + + +

    +
    + + + + +
    +

    Classes

    + +
    +
    + InternalConstants + +
    +
    + +
    + +
    +
    + + + + + + + + + + +
    + + + + + +
    + +
    + + uuid + 4.5.1 + + + +
    + + + + + + + + + + + + diff --git a/doc/data/GlobalOptions-class-sidebar.html b/doc/data/GlobalOptions-class-sidebar.html index 4d1bc31..9d8cf05 100644 --- a/doc/data/GlobalOptions-class-sidebar.html +++ b/doc/data/GlobalOptions-class-sidebar.html @@ -8,16 +8,16 @@
  8. Properties
  9. -
  10. hashCode
  11. +
  12. hashCode
  13. rng
  14. -
  15. runtimeType
  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. diff --git a/doc/data/GlobalOptions-class.html b/doc/data/GlobalOptions-class.html index 7abe249..40ee392 100644 --- a/doc/data/GlobalOptions-class.html +++ b/doc/data/GlobalOptions-class.html @@ -89,8 +89,8 @@

    Constructors

    Properties

    - hashCode - int + hashCode + int
    @@ -113,8 +113,8 @@

    Properties

    - runtimeType - Type + runtimeType + Type
    @@ -133,7 +133,7 @@

    Properties

    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 @@ -215,7 +215,7 @@
    data library