id property

int id
final

Unique global identifier of this manager instance.

Assigned sequentially when the instance is created./// Global ID of this instance;

Implementation

final int id = ++_idCount;