name property

String? name
final

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

Implementation

final String? name;