SaveActionEffect4<A, B, C, D> constructor
SaveActionEffect4<A, B, C, D> (
- SaveRepositoryKey key,
- void onRun(
- SaveObserver $,
- A a,
- B b,
- C c,
- D d,
Implementation
SaveActionEffect4(super.key, this.onRun);