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