menu
drift_sync package
documentation
drift_sync.dart
SyncState
SyncState const constructor
SyncState const constructor
dark_mode
light_mode
SyncState
constructor
const
SyncState
(
{
required
bool
isSynchronizing
,
required
bool
cancelRequested
,
})
Implementation
const SyncState({ required this.isSynchronizing, required this.cancelRequested, });
drift_sync package
documentation
drift_sync
SyncState
SyncState const constructor
SyncState class