UUID class

Constructors

UUID.new(List<int> bytes)
UUID.generate(int version, {List<Object>? parameters})
Factory method to generate UUID of the specific version.
factory

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

getBytes() Iterable<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Properties

ZERO UUID
final

Static Methods

parse(String uuid) UUID
Parses the given uuid string and returns a UUID object.
validate(String uuid) bool
Validates whether the given uuid is a valid UUID.