CopyWith$Input$MigrateSceneScreenshotsInput<TRes> constructor

CopyWith$Input$MigrateSceneScreenshotsInput<TRes>(
  1. Input$MigrateSceneScreenshotsInput instance,
  2. TRes then(
    1. Input$MigrateSceneScreenshotsInput
    )
)

Implementation

factory CopyWith$Input$MigrateSceneScreenshotsInput(
  Input$MigrateSceneScreenshotsInput instance,
  TRes Function(Input$MigrateSceneScreenshotsInput) then,
) = _CopyWithImpl$Input$MigrateSceneScreenshotsInput;