isLoading property

bool get isLoading

ChangeNotifier is fetching device data

Implementation

bool get isLoading => _state == WidgetState.loading;