finalizeCrc method Null safety

int finalizeCrc(
  1. int crc
)

Implementation

static int finalizeCrc(int crc) {
  return crc ^ 0xffffffff;
}