GUID class Null safety Struct
Represents a globally unique identifier (GUID).
- Inheritance
- Object
- NativeType
- Struct
- GUID
- Available Extensions
Constructors
- GUID()
Properties
- Data1 ↔ int
-
@Uint32(), read / write
- Data2 ↔ int
-
@Uint16(), read / write
- Data3 ↔ int
-
@Uint16(), read / write
- Data4 ↔ int
-
@Uint64(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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