Here class final

A utility class for capturing the current code location (file, line, column, member).

This is useful for debugging and logging purposes, especially when dealing with errors or unexpected states.

Constructors

Here.new(int level)
const

Properties

basepath Option<String>
A string representing the basepath location of the call.
no setter
hashCode int
The hash code for this object.
no setterinherited
level int
final
location Option<String>
A string representing the location of the call.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() Option<Frame>
Returns the Frame for the current code location, skipping the initial stack levels specified by level.
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