name property
The instance name of this display object.
The object can be identified in the child list of its parent display object container by calling DisplayObjectContainer.getChildByName.
Implementation
String get name => _name;
Implementation
set name(String value) {
_name = value;
}