CopyWith$Input$CountryInput<TRes> constructor

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

Implementation

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