isLoading property
bool
get
isLoading
Set the loading state of NavigationLogic
Implementation
bool get isLoading => _isLoading;
set
isLoading
(bool value)
Get the loading state of NavigationLogic
Implementation
set isLoading(bool value) {
_isLoading = value;
notifyListeners();
}