o abstract method

TRes o(
  1. Iterable<Input$PluginArgInput>? _fn(
    1. Iterable<CopyWith$Input$PluginArgInput<Input$PluginArgInput>>?
    )
)

Implementation

TRes o(
  Iterable<Input$PluginArgInput>? Function(
    Iterable<CopyWith$Input$PluginArgInput<Input$PluginArgInput>>?,
  )
  _fn,
);