bool get isLoading => _isLoading;
set isLoading(bool value) { _isLoading = value; notifyListeners(); }