CopyWith$Query$findStatesByCountryPagination<TRes> constructor

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

Implementation

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