debugDump method

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

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,
    };