Check if a key is a reserved SDK key.
static bool isReservedKey(String key) => reservedKeys.contains(key);