stashes abstract method

TRes stashes(
  1. Iterable<Input$StashConfigInput>? _fn(
    1. Iterable<CopyWith$Input$StashConfigInput<Input$StashConfigInput>>?
    )
)

Implementation

TRes stashes(
  Iterable<Input$StashConfigInput>? Function(
    Iterable<CopyWith$Input$StashConfigInput<Input$StashConfigInput>>?,
  )
  _fn,
);