CopyWith$Input$BulkStudioUpdateInput<TRes> constructor

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

Implementation

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