LogMessage class Null safety
Data object to store captured log messages. This object is used by CachedLogger.
Constructors
- LogMessage()
-
LogMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- correlation_id ↔ String?
-
read / write
- error ↔ ErrorDescription?
-
The description of the captured error [...]
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- level ↔ String?
-
read / write
- message ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- source ↔ String?
-
read / write
- time ↔ DateTime?
-
read / write
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited