synchronizing property
Indicator whether remote connection is still being configured.
Implementation
bool get synchronizing =>
!connected.value ||
(fetching.value == null && status.value.isLoadingMore);
Indicator whether remote connection is still being configured.
bool get synchronizing =>
!connected.value ||
(fetching.value == null && status.value.isLoadingMore);