workerId property
The internal worker ID for this snowflake.
This is an internal field and has no practical application.
Implementation
int get workerId => (value & 0x3E0000) >> 17;
The internal worker ID for this snowflake.
This is an internal field and has no practical application.
int get workerId => (value & 0x3E0000) >> 17;