crc32 static method

int crc32(
  1. String text
)

Implementation

static int crc32(String text) => _crc32(_u8(text));