Guid class

Utility class for automatically assigning a globally unique identifier for instances of classes that extend it. Useful for debugging.

Implementers

Constructors

Guid()

Properties

guid int
Get this instance's guid as integer.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getGuid() int
Get this instance's guid as integer.
getGuidAsString() String
Get this instance's guid as String.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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