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

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

Implementation

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