ServerLogEntry class

A log entry from the server.

Annotations

Constructors

ServerLogEntry(int time, String kind, String data)

Properties

data String
The payload of the entry, the actual format is determined by the "kind" field.
final
hashCode int
The hash code for this object.
no setterinherited
kind String
The kind of the entry, used to determine how to interpret the "data" field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
The time (milliseconds since epoch) at which the server created this log entry.
final

Methods

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

Operators

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

Static Methods

parse(Map m) ServerLogEntry