name property

String name
getter/setter pair

The name of the variable. The name "this" has a special meaning and is used as an implicit target for runtime completion, and in explicit "this" references.

Implementation

String name;