evaluateToStringInDebugViews property

bool? evaluateToStringInDebugViews
final

Whether to call toString() on objects in debug views like hovers and the variables list.

Invoking toString() has a performance cost and may introduce side-effects, although users may expected this functionality. null is treated like false although clients may have their own defaults (for example Dart-Code sends true by default at the time of writing).

Implementation

final bool? evaluateToStringInDebugViews;