LogEntry class

Inheritance

Constructors

LogEntry(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
finalinherited
level String
Log entry severity. Allowed values: verbose, info, warning, error.
no setter
method String
finalinherited
params Map<String, dynamic>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
Log entry source. Allowed values: xml, javascript, network, storage, appcache, rendering, security, deprecation, worker, violation, intervention, other.
no setter
text String
Logged text.
no setter
timestamp num
Timestamp when this entry was added.
no setter
url String?
URL of the resource if known.
no setter

Methods

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

Operators

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