workerId property

int workerId

The internal worker ID for this snowflake.

This is an internal field and has no practical application.

Implementation

int get workerId => (value & 0x3E0000) >> 17;