CrashEventBase class
Enhanced crash/error event base for integration capture. Aligned with Android, iOS, and JS platform structures.
- Inheritance
-
- Object
- ObslyEventBase
- CrashEventBase
Constructors
- CrashEventBase({required String title, required String subtitle, required String originalMessage, String? message, String? traceId, String? messageStatus, String? hash, String buildHash = '', String networkType = '', String carrier = '', String ip = 'NA', String? locale, bool gpsEnabled = true, int? crashedAfter, String? category, String? stack, String? library, DateTime? timestamp})
Properties
- buildHash → String
-
final
- carrier → String
-
final
- category → String?
-
final
- crashedAfter → int
-
final
-
data
→ Map<
String, dynamic> -
no setteroverride
- gpsEnabled → bool
-
final
- hash → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ip → String
-
final
- library → String?
-
final
- locale → String
-
final
- message → String?
-
final
- messageStatus → String
-
final
- name → String
-
no setteroverride
- networkType → String
-
final
- originalMessage → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stack → String?
-
final
- subtitle → String
-
final
- timestamp → DateTime
-
no setteroverride
- title → String
-
final
- traceId → String
-
final
- type → EventType
-
no setteroverride
Methods
-
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