Some variables that are not expandable appear to be expandable
Open
dap-migration
P2
screen: debugger
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
e.g., when inspecting the following:
```
final name = 'Prismo';
```
The little `>` makes it seem the variable is expandable:
Here is where we determine that: https://github.com/flutter/devtools/blob/0f72e7d300aa1d64f4fcee40ee2785e17cd069e1/packages/devtools_app/lib/src/shared/diagnostics/dart_object_node.dart#L269
Contributor guide
Assessment
This issue has not been assessed yet.