qualname property

String? qualname
final

Returns the qualified name of the object. This is usually the value of the Python object's __qualname__ attribute.

Implementation

final String? qualname;