increment property

int get increment

Implementation

int get increment {
  final intSnowflake = int.parse(value);
  return intSnowflake & 0xFFF;
}