ManagedErrorLog class

Error log for managed platforms.

Inheritance
Annotations

Constructors

ManagedErrorLog({required String appLaunchTimestamp, required String sid, required Device device, required Map<String, String> properties, required int processId, required String processName, required bool fatal, required ExceptionLog exception})
ManagedErrorLog.fromMap(Map<String, dynamic> map)

Properties

appLaunchTimestamp String
Timestamp when the app was launched.
finalinherited
device Device
Device characteristics associated to this log.
finalinherited
exception ExceptionLog
Exception.
final
fatal bool
If true, this crash report is an application crash.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier for this log.
finalinherited
processId int
Process identifier.
final
processName String
Process name.
final
properties Map<String, String>
Additional key/value pair parameters.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sid String
The session identifier that was provided when the session was started.
finalinherited
timestamp String
Log timestamp.
finalinherited
type String
The type of the log.
finalinherited

Methods

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

Operators

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