stashBoxes abstract method

TRes stashBoxes(
  1. Iterable<Input$StashBoxInput>? _fn(
    1. Iterable<CopyWith$Input$StashBoxInput<Input$StashBoxInput>>?
    )
)

Implementation

TRes stashBoxes(
  Iterable<Input$StashBoxInput>? Function(
    Iterable<CopyWith$Input$StashBoxInput<Input$StashBoxInput>>?,
  )
  _fn,
);