Here class

A method to log a message to the console with the file, scope, line and column number passed in as context.

Constructors

Here([Symbol? group])
factory

Properties

columnNumber int?
The column number where the Here instance was created.
final
fileName String?
The file name of the file where the Here instance was created.
no setter
filePath String?
The file path of the file where the Here instance was created.
final
group Symbol?
The group of the Here instance.
final
hashCode int
The hash code for this object.
no setterinherited
lineNumber int?
The line number where the Here instance was created.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
The scope where the Here instance was created.
final

Methods

debugLog(dynamic e) → void
⚪️ Logs a message to the console.
debugLogAlert(dynamic e) → void
🟠 Logs an alert message to the console.
debugLogError(dynamic e) → void
🔴 Logs an error message to the console.
debugLogIgnore(dynamic e) → void
🟡 Logs an ignore message to the console.
debugLogInfo(dynamic e) → void
🟣 Logs an info message to the console.
debugLogMessage(dynamic e) → void
🟤 Logs a debug message to the console.
debugLogStart(dynamic e) → void
🔵 Logs a start message to the console.
debugLogStop(dynamic e) → void
⚫ Logs a stop message to the console.
debugLogSuccess(dynamic e) → void
🟢 Logs a success message to the console.
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