menu
kalil_utils package
documentation
event_sourcing_data.dart
EventSourcedSnapshot<S extends EventSourcedSnapshot<S, B, E>, B extends EventSourcedSnapshotBuilder<S, B, E>, E extends EventSourcedEvent<S, B, E>>
rebuild abstract method
rebuild abstract method
dark_mode
light_mode
rebuild
abstract method
S
rebuild
(
void
updates
(
B
bdr
)
)
Implementation
S rebuild(void Function(B bdr) updates);
kalil_utils package
documentation
event_sourcing_data
EventSourcedSnapshot<S extends EventSourcedSnapshot<S, B, E>, B extends EventSourcedSnapshotBuilder<S, B, E>, E extends EventSourcedEvent<S, B, E>>
rebuild abstract method
EventSourcedSnapshot class