CopyWith$Input$AccountInput<TRes> constructor

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

Implementation

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