EvalExceptionInfo class

Constructors

EvalExceptionInfo({required bool isError, required String code, required String description, required List<Object> details, required bool isException, required String value})
EvalExceptionInfo.fromJS(EvalExceptionInfo _wrapped)

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 setterinherited
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 setterinherited
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

Operators

operator ==(Object other) bool
The equality operator.
inherited