evaluateGettersInDebugViews property
Whether to eagerly evaluate getters in debug views like hovers and the variables list.
If true
, getters will be invoked automatically and included inline with
other fields (implies showGettersInDebugViews).
If false
, getters will not be included unless showGettersInDebugViews
is true
, in which case they will be wrapped and only evaluated when the
user expands them.
Implementation
final bool? evaluateGettersInDebugViews;