debugDump method
Dumps the python object to the console.
Implementation
@override
Map<String, Object?> debugDump({
InspectionCache? cache,
bool expandChildren = true,
}) =>
<String, Object?>{
...super.debugDump(cache: cache, expandChildren: expandChildren),
"signature": signature.debugDump(cache: cache),
};