GUID class base struct

Represents a native globally unique identifier (GUID).

Inheritance
Annotations

Constructors

GUID()

Properties

Data1 int
getter/setter pair
Data2 int
getter/setter pair
Data3 int
getter/setter pair
Data4 int
getter/setter pair
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
setGUID(String guidString) → void
Create GUID from common {FDD39AD0-238F-46AF-ADB4-6C85480369C7} format
setGUIDFromComponents(int data1, int data2, int data3, int data4) → void
Creates GUID from four integer components.
toString() String
Print GUID in common {fdd39ad0-238f-46af-adb4-6c85480369c7} format
override

Operators

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