a abstract method

TRes a(
  1. Iterable<Input$PluginValueInput>? _fn(
    1. Iterable<CopyWith$Input$PluginValueInput<Input$PluginValueInput>>?
    )
)

Implementation

TRes a(
  Iterable<Input$PluginValueInput>? Function(
    Iterable<CopyWith$Input$PluginValueInput<Input$PluginValueInput>>?,
  )
  _fn,
);