isLoading property
bool
get
isLoading
Whether an AI request is currently in progress.
Implementation
bool get isLoading => _isLoading;
Whether an AI request is currently in progress.
bool get isLoading => _isLoading;