ExceptionLog class

The Exception model.

Constructors

ExceptionLog({required String type, required String message, required String stackTrace})
ExceptionLog.fromMap(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Exception message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace String
Raw stack trace. Sent when the frames property is either missing or unreliable (used for Xamarin exceptions).
final
type String
Exception type (fully qualified class name).
final

Methods

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

Operators

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