isLoading property

bool isLoading

ChangeNotifier is fetching device data

Implementation

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