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

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

Implementation

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