synchronizing property

bool get synchronizing

Indicator whether remote connection is still being configured.

Implementation

bool get synchronizing =>
    !connected.value ||
    (fetching.value == null && status.value.isLoadingMore);