loading property

Ref<bool> loading
final

The loading state of the request. It is a Ref.

Implementation

final Ref<bool> loading = ref(false);