lowBitsToMedium static method

int lowBitsToMedium(
  1. int value
)

Implementation

static int lowBitsToMedium(int value) => value & 0xFFF;