debugDump method
Emits a JSON representation of this entry.
Implementation
@override
Map<String, Object?> debugDump({
InspectionCache? cache,
bool expandChildren = true,
}) =>
<String, Object?>{
"value": value,
"type": type.displayName,
};