id property
Unique global identifier of this manager instance.
Assigned sequentially when the instance is created./// Global ID of this instance;
Implementation
final int id = ++_idCount;
Unique global identifier of this manager instance.
Assigned sequentially when the instance is created./// Global ID of this instance;
final int id = ++_idCount;