debugDump abstract method

Map<String, Object?> debugDump({
  1. InspectionCache? cache,
  2. bool expandChildren = true,
})

Emits a JSON representation of this entry.

Implementation

Map<String, Object?> debugDump({
  InspectionCache? cache,
  bool expandChildren = true,
});