EvalExceptionInfo class
Properties
code
↔ String
Set if the error occurred on the DevTools side before the expression is
evaluated.
getter/setter pair
description
↔ String
Set if the error occurred on the DevTools side before the expression is
evaluated.
getter/setter pair
details
↔ List <Object >
Set if the error occurred on the DevTools side before the expression is
evaluated, contains the array of the values that may be substituted into
the description string to provide more information about the cause of the
error.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
isError
↔ bool
Set if the error occurred on the DevTools side before the expression is
evaluated.
getter/setter pair
isException
↔ bool
Set if the evaluated code produces an unhandled exception.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
toJS
→ EvalExceptionInfo
no setter
value
↔ String
Set if the evaluated code produces an unhandled exception.
getter/setter pair
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited