Check if the linked list has already been initialized.
bool isInitialized = list.alreadyInitialized(account);
SentinelList
The storage pointer of the list.
address
The account address.
bool
Returns true if the list has already been initialized and false otherwise.