movies abstract method

TRes movies(
  1. Iterable<Input$SceneMovieInput>? _fn(
    1. Iterable<CopyWith$Input$SceneMovieInput<Input$SceneMovieInput>>?
    )
)

Implementation

TRes movies(
  Iterable<Input$SceneMovieInput>? Function(
    Iterable<CopyWith$Input$SceneMovieInput<Input$SceneMovieInput>>?,
  )
  _fn,
);