CopyWith$Input$CountryProviderInput<TRes> constructor

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

Implementation

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