Uuid class

uuid for Dart Author: Yulian Kuncheff Released under MIT License. https://github.com/Daegalus/dart-uuid

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

digits(int size, {int seed = -1}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
v1() String
v1() Generates a time-based version 1 UUID

Operators

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

Static Methods

newDigits(int size, {int seed = -1}) String
newUuid() String
unparse(List<int> buffer, {int offset = 0}) String
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 an exception if the buffer does not have a length of 16