key property

String key
final

Unique identifier for the loading operation.

This key is used to track and manage independent loading states. Use LoadingKey.global for application-wide loading, or provide a custom key for component-specific loading states.

Implementation

final String key;