code property
String
get
code
Set if the error occurred on the DevTools side before the expression is evaluated.
Implementation
String get code => _wrapped.code;
set
code
(String v)
Implementation
set code(String v) {
_wrapped.code = v;
}