GUID class Struct
Represents a globally unique identifier (GUID).
- Inheritance
- Implemented types
- Available extensions
- Annotations
-
- @Packed(4)
Constructors
- GUID()
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - 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