StackTraceInfo class
Properties
-
className
→ String?
-
Retrieves the class name from the stack trace, if available.
no setter
-
columnNumber
→ int
-
Retrieves the column number from the stack trace.
no setter
-
fileInfo
→ List<String>
-
Retrieves the file information from the stack trace.
no setter
-
fileName
→ String
-
Retrieves the file name from the stack trace.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lineNumber
→ int
-
Retrieves the line number from the stack trace.
no setter
-
methodName
→ String?
-
Retrieves the method name from the stack trace, if available.
no setter
-
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
-
toString()
→ String
-
A string representation of this object.
inherited