CopyWith$Input$FormOwnerInput<TRes> constructor

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

Implementation

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