SaveActionEffect4<A, B, C, D> constructor

SaveActionEffect4<A, B, C, D>(
  1. SaveRepositoryKey key,
  2. void onRun(
    1. SaveObserver $,
    2. A a,
    3. B b,
    4. C c,
    5. D d,
    )
)

Implementation

SaveActionEffect4(super.key, this.onRun);