GUID class Struct
Represents a globally unique identifier (GUID).
- Inheritance
- Implemented types
- Available extensions
- Annotations
-
- @Packed(4)
Constructors
- GUID()
Properties
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