Function to generate a lookup ID for heading by its unique string key.
static int hash({required String name}) { return fastHash(name); }