debugDump method

  1. @override
Map<String, Object?> debugDump()
override

Dumps the python object to the console.

Implementation

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