description property

String description

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

Implementation

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

Implementation

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