CopyWith$Query$searchPlayers<TRes> constructor

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

Implementation

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