GUID class base Struct

Represents a native globally unique identifier (GUID).

Inheritance
Annotations

Constructors

GUID()

Properties

Data1 int
read / write
Data2 int
read / write
Data3 int
read / write
Data4 int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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
toString() String
Print GUID in common {fdd39ad0-238f-46af-adb4-6c85480369c7} format
override

Operators

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