LogEntry class

πŸ”Ή Log Entry

Constructors

LogEntry(String message, LogType type)

Properties

hashCode β†’ int
The hash code for this object.
no setterinherited
message β†’ String
final
runtimeType β†’ Type
A representation of the runtime type of the object.
no setterinherited
timestamp β†’ DateTime
final
type β†’ LogType
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