UUID class

Inheritance

Constructors

UUID(int i1, int i2, int i3, int i4)

Properties

hashCode int
The hash code for this object.
no setterinherited
i1 int
final
i2 int
final
i3 int
final
i4 int
final
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
toSimple() String
returns a simple, json compatible representation of the content
override
toString() String
A string representation of this object.
override

Operators

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