id

abstract val id: String

The identifier distinguishing this variable from any other Var sharing the same name. Combined with name, it forms completeName. Identifiers are assigned automatically and cannot be chosen by client code, precisely so that no two independently-created variables can accidentally collide.