LogEntrySourceLocation class
Additional information about the source code location that produced the log entry.
Constructors
- LogEntrySourceLocation({String? file, String? function, String? line})
- LogEntrySourceLocation.fromJson(Map json_)
Properties
- file ↔ String?
-
Source file name.
getter/setter pair
- function ↔ String?
-
Human-readable name of the function or method being invoked, with optional
context such as the class or package name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- line ↔ String?
-
Line within the source file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited