CopyWith$Query$user$user$education<TRes> constructor

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

Implementation

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