Resolves the number for a given label key. Returns null if not found
String? resolveLabel(String key) => labelToNumber[key];