menu
datum package
documentation
source/core/events/initial_sync_event.dart
InitialSyncEvent<T extends DatumEntityInterface>
data property
data property
dark_mode
light_mode
data
property
List
<
T
>
data
final
Complete snapshot of the user's dataset at the time of subscription.
Implementation
final List<T> data;
datum package
documentation
source/core/events/initial_sync_event
InitialSyncEvent<T extends DatumEntityInterface>
data property
InitialSyncEvent class