SentryId class

Hexadecimal string representing a uuid4 value

Annotations
  • @immutable

Constructors

SentryId.empty()
SentryId with an empty UUID
factory
SentryId.fromId(String id)
Generates a SentryId with the given UUID
factory
SentryId.newId()
Generates a new SentryId
factory

Properties

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
toString() String
A string representation of this object.
override

Operators

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