CopyWith$Query$user$user$residentialAddress$location<TRes> constructor

CopyWith$Query$user$user$residentialAddress$location<TRes>(
  1. Query$user$user$residentialAddress$location instance,
  2. TRes then(
    1. Query$user$user$residentialAddress$location
    )
)

Implementation

factory CopyWith$Query$user$user$residentialAddress$location(
  Query$user$user$residentialAddress$location instance,
  TRes Function(Query$user$user$residentialAddress$location) then,
) = _CopyWithImpl$Query$user$user$residentialAddress$location;