fnv1a32 static method

int fnv1a32(
  1. String text
)

Implementation

static int fnv1a32(String text) => _fnv1a32(_u8(text));