DebugLogModel class

Model for debug log entries (info, warning, error).

Extends DevLogModel and adds a debug level field.

Inheritance
Annotations
  • @HiveType(typeId: 1)

Constructors

DebugLogModel.new({required String id, required DateTime timestamp, required String heading, required String content, required String level})

Properties

content String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
heading String
finalinherited
id String
finalinherited
level String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
finalinherited
type String
finalinherited

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