SaveFromFamilyEffect<T, A> constructor
const
SaveFromFamilyEffect<T, A> (
- SaveRepositoryKey key, {
- void onInit(
- T first,
- A arg
- void onUpdate(
- T value,
- A arg
- void onDispose(
- T last,
- A arg
- void orElse(
- T value,
- A arg
Implementation
const SaveFromFamilyEffect(
this.key, {
this.onInit,
this.onUpdate,
this.onDispose,
this.orElse,
});