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

fromJson(Map<String, dynamic> json) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object. [...]
inherited

Operators

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