SentryId class
Hexadecimal string representing a uuid4 value. The length is exactly 32 characters. Dashes are not allowed. Has to be lowercase.
- Annotations
-
- @immutable
Constructors
- SentryId.empty()
-
SentryId with an empty UUID
const
- SentryId.fromId(String id)
- Generates a SentryId with the given UUID
- SentryId.newId()
- Generates a new SentryId
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- 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 o) → bool -
The equality operator.
override