debugDump method
Emits a JSON representation of this connection.
Implementation
Map<String, Object?> debugDump({
InspectionCache? cache,
bool expandChildren = true,
}) =>
<String, Object?>{
"name": name,
"sanitizedName": sanitizedName,
"parentModule":
parentModule.debugDump(cache: cache, expandChildren: false),
};