stash_ids abstract method

TRes stash_ids(
  1. Iterable<Input$StashIDInput>? _fn(
    1. Iterable<CopyWith$Input$StashIDInput<Input$StashIDInput>>?
    )
)

Implementation

TRes stash_ids(
  Iterable<Input$StashIDInput>? Function(
    Iterable<CopyWith$Input$StashIDInput<Input$StashIDInput>>?,
  )
  _fn,
);