debugDump abstract method
Emits a JSON representation of this entry.
Implementation
Map<String, Object?> debugDump({
InspectionCache? cache,
bool expandChildren = true,
});
Emits a JSON representation of this entry.
Map<String, Object?> debugDump({
InspectionCache? cache,
bool expandChildren = true,
});