CopyWith$Query$getCountriesProvider<TRes> constructor

CopyWith$Query$getCountriesProvider<TRes>(
  1. Query$getCountriesProvider instance,
  2. TRes then(
    1. Query$getCountriesProvider
    )
)

Implementation

factory CopyWith$Query$getCountriesProvider(
  Query$getCountriesProvider instance,
  TRes Function(Query$getCountriesProvider) then,
) = _CopyWithImpl$Query$getCountriesProvider;