CopyWith$Variables$Query$deleteFileFromAws<TRes> constructor

CopyWith$Variables$Query$deleteFileFromAws<TRes>(
  1. Variables$Query$deleteFileFromAws instance,
  2. TRes then(
    1. Variables$Query$deleteFileFromAws
    )
)

Implementation

factory CopyWith$Variables$Query$deleteFileFromAws(
  Variables$Query$deleteFileFromAws instance,
  TRes Function(Variables$Query$deleteFileFromAws) then,
) = _CopyWithImpl$Variables$Query$deleteFileFromAws;