UuidUtil class

UUID utility class for convenient UUID string generation

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

compare(String uuid1, String uuid2) int
Compares to UUID strings
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
Generates time-based UUID string
v4() String
Generates random-based UUID string
v5(String namespace, String name) String
Generates name-based UUID string

Operators

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