CrashReport class

Crash report Model

Constructors

CrashReport({required int timestamp, required String threadName, required String stackTrace, required String sessionId, required String crashType, required String appVersion, required String buildNumber})
CrashReport.fromJson(String json)
factory
CrashReport.fromMap(Map<String, dynamic> map)
factory

Properties

appVersion String
final
buildNumber String
final
crashType String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
final
stackTrace String
final
threadName String
final
timestamp int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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