GUID class Struct

Represents a 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
toString() String
Print GUID in common {FDD39AD0-238F-46AF-ADB4-6C85480369C7} format
override

Operators

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