loading property

Computed<bool> loading
latefinal

Implementation

late final loading = computed(() => _data.value is AsyncLoading);