so I have this simple code:
import \'package:provider/provider.dart\'; class DataModel with ChangeNotifier{ bool _isLoading = true; set isLoading(bool v