menu
datum package
documentation
source/core/models/datum_sync_result.dart
DatumSyncResult<T extends DatumEntityInterface>
wasCancelled property
wasCancelled property
dark_mode
light_mode
wasCancelled
property
bool
wasCancelled
final
Whether the sync was cancelled (e.g., due to the manager being disposed).
Implementation
final bool wasCancelled;
datum package
documentation
source/core/models/datum_sync_result
DatumSyncResult<T extends DatumEntityInterface>
wasCancelled property
DatumSyncResult class