CopyWith$Input$FullAddressOwnerInput<TRes> constructor

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

Implementation

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