name property
Returns the name of the object.
This is usually the value of the Python object's __name__ attribute.
Implementation
final String? name;
Returns the name of the object.
This is usually the value of the Python object's __name__ attribute.
final String? name;