loadingStates property

Map<String, bool> loadingStates
final

A map of loading states keyed by their unique identifiers.

Each key represents a different loading operation in the application.

Implementation

final Map<String, bool> loadingStates;