InputLogEvent class

Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.

Constructors

InputLogEvent({required String message, required int timestamp})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The raw event message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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