ExceptionDetails class
Properties
-
columnNumber
→ int
-
Column number of the exception location (0-based).
no setter
-
exception
→ RemoteObject?
-
Exception object if available.
no setter
-
exceptionId
→ int
-
Exception id.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
json
→ Map<String, dynamic>
-
final
-
lineNumber
→ int
-
Line number of the exception location (0-based).
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
scriptId
→ String?
-
Script ID of the exception location.
no setter
-
stackTrace
→ StackTrace?
-
JavaScript stack trace if available.
no setter
-
text
→ String
-
Exception text, which should be used together with exception object when
available.
no setter
-
url
→ String?
-
URL of the exception location, to be used when the script was not
reported.
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override