isLoading property
Whether mosquito species data is currently being loaded
Implementation
bool get isLoading => _state == GalleryState.loading;
Whether mosquito species data is currently being loaded
bool get isLoading => _state == GalleryState.loading;