CopyWith$Input$AccountUpdateInput<TRes> constructor

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

Implementation

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