code property

String code

Set if the error occurred on the DevTools side before the expression is evaluated.

Implementation

String get code => _wrapped.code;
void code=(String v)

Implementation

set code(String v) {
  _wrapped.code = v;
}