CopyWith$Query$findStatesByCountryPagination$findStatesByCountryPagination$objects<TRes> constructor

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

Implementation

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