CopyWith$Query$findStatesByCountryPagination$findStatesByCountryPagination<TRes> constructor

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

Implementation

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