CopyWith$Input$MessageGroupWallpaperInput<TRes> constructor

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

Implementation

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