CopyWith$Query$getPlayerById$getPlayerById$statistics$shots<TRes> constructor

CopyWith$Query$getPlayerById$getPlayerById$statistics$shots<TRes>(
  1. Query$getPlayerById$getPlayerById$statistics$shots instance,
  2. TRes then(
    1. Query$getPlayerById$getPlayerById$statistics$shots
    )
)

Implementation

factory CopyWith$Query$getPlayerById$getPlayerById$statistics$shots(
  Query$getPlayerById$getPlayerById$statistics$shots instance,
  TRes Function(Query$getPlayerById$getPlayerById$statistics$shots) then,
) = _CopyWithImpl$Query$getPlayerById$getPlayerById$statistics$shots;