A map of loading states keyed by their unique identifiers.
Each key represents a different loading operation in the application.
final Map<String, bool> loadingStates;