DebugConsoleLog class
Constructors
- DebugConsoleLog({Object? message, DebugConsoleLevel level = DebugConsoleLevel.normal, DateTime? timestamp, StackTrace? stackTrace})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- level → DebugConsoleLevel
-
Log level, used to determine the color and importance of the log.
final
- message → String
-
Message of the log.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
final
- timestamp → DateTime
-
Time of when the log was created.
final
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
Static Methods
-
fromFile(
String filePath) → List< DebugConsoleLog>