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.
Source
String get name => _name;
Source
set name(String value) { _name = value; }