Dumps the python object to the console.
@override Map<String, Object?> debugDump() => <String, Object?>{ "name": name, "default": default_, "annotation": annotation, "kind": kind.name, };