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