source/config/datum_config library

Classes

DatumConfig<T extends DatumEntityBase>
Configuration for the Datum engine and its managers.

Enums

SyncDirection
Defines the direction of a synchronization operation. Defines the order of operations during a synchronization cycle.

Typedefs

MigrationErrorHandler = Future<void> Function(Object error, StackTrace stackTrace)
A handler for migration errors.