Variable CustomEvent._uniqueIdGenerator

class CustomEvent
{
  // ...
  uint _uniqueIdGenerator;
  // ...
}